strapi-plugin-documentation
Advanced tools
Comparing version 3.0.0-alpha.22 to 3.0.0-alpha.23
{ | ||
"name": "strapi-plugin-documentation", | ||
"version": "3.0.0-alpha.22", | ||
"version": "3.0.0-alpha.23", | ||
"description": "This is the description of the plugin.", | ||
@@ -19,3 +19,3 @@ "strapi": { | ||
"start": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=development node ./node_modules/strapi-helper-plugin/lib/server", | ||
"generate": "node ./node_modules/plop/plop.js --plopfile node_modules/strapi-helper-plugin/lib/internals/generators/index.js", | ||
"generate": "node ./node_modules/strapi-helper-plugin/node_modules/plop --plopfile ./node_modules/strapi-helper-plugin/lib/internals/generators/index.js", | ||
"lint": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/eslint --ignore-path .gitignore --ignore-pattern '/admin/build/' --config ./node_modules/strapi-helper-plugin/lib/internals/eslint/.eslintrc.json admin", | ||
@@ -33,3 +33,3 @@ "prettier": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/prettier --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"", | ||
"devDependencies": { | ||
"strapi-helper-plugin": "3.0.0-alpha.22" | ||
"strapi-helper-plugin": "3.0.0-alpha.23" | ||
}, | ||
@@ -36,0 +36,0 @@ "author": { |
Sorry, the diff of this file is too big to display
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
1197613
7064