klark-js-plugins
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "klark-js-plugins", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Plugin modules for KlarkJS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -59,5 +59,5 @@ # klark plugins | ||
1) In the root project folder install klark-plugins | ||
1) In the root project folder install klark-js-plugins | ||
> `npm install --save klark-plugins` | ||
> `npm install --save klark-js-plugins` | ||
@@ -71,3 +71,3 @@ 2) Open the file that contains the Klark registration code. | ||
// locate the klark plugins inside the node_modules folder | ||
var klarkPlugins = `node_modules/klark-plugins/plugins/**/*.js`; | ||
var klarkPlugins = `node_modules/klark-js-plugins/plugins/**/*.js`; | ||
@@ -96,4 +96,4 @@ klark.run({ | ||
var klarkPlugins = [ | ||
`node_modules/klark-plugins/plugins/generators/create-user.module.js`, | ||
`node_modules/klark-plugins/plugins/models/user/index.js` | ||
`node_modules/klark-js-plugins/plugins/generators/create-user.module.js`, | ||
`node_modules/klark-js-plugins/plugins/models/user/index.js` | ||
]; | ||
@@ -100,0 +100,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69409