@ovee.js/toolkit-integrations
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Ovee.js frontend toolkit developed by Owls Department", | ||
@@ -8,0 +8,0 @@ "bugs": { |
@@ -8,10 +8,12 @@ # Ovee.js Toolkit Integrations | ||
```bash | ||
npm install --save @ovee.js/toolkit-integrations @ovee.js/toolkit | ||
npm install --save @ovee.js/toolkit-integrations | ||
# for yarn | ||
yarn add @ovee.js/toolkit-integrations @ovee.js/toolkit | ||
yarn add @ovee.js/toolkit-integrations | ||
``` | ||
This package requires `@ovee.js/toolkit`. If you didn't installed it already, follow [this link](/packages/core/README.md#installation) for installation instructions. | ||
## Usage notes | ||
All submodules have their own peer dependencies, so you should check `README` file for it to see if anything should be installed additionally, alongside standard configuration and installation instructions. | ||
All submodules have their own peer dependencies, so you should check submodule's `README` file to see if anything should be installed additionally, alongside standard configuration. | ||
@@ -38,1 +40,3 @@ All imports should be done from specific submodules, f.ex.: | ||
- [VideoAutoplay](./video-autoplay/README.md) | ||
[<- Root](/README.md) |
75992
41