strapi-plugin-content-manager
Advanced tools
Comparing version 3.0.0-alpha.4.8 to 3.0.0-alpha.4.9
{ | ||
"name": "strapi-plugin-content-manager", | ||
"version": "3.0.0-alpha.4.8", | ||
"version": "3.0.0-alpha.4.9", | ||
"description": "A powerful UI to easily manage your data.", | ||
@@ -31,3 +31,3 @@ "engines": { | ||
"scripts": { | ||
"analyze:clean": "node_modules/rimraf/bin.js stats.json", | ||
"analyze:clean": "node_modules/strapi-helper-plugin/node_modules/rimraf/bin.js stats.json", | ||
"preanalyze": "npm run analyze:clean", | ||
@@ -37,10 +37,10 @@ "analyze": "node node_modules/strapi-helper-plugin/lib/internals/scripts/analyze.js", | ||
"prebuild": "npm run build:clean && npm run test", | ||
"build": "node_modules/cross-env/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --config node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress", | ||
"build:clean": "node_modules/rimraf/bin.js admin/build", | ||
"build": "node_modules/strapi-helper-plugin/node_modules/cross-env/bin/cross-env.js NODE_ENV=production node_modules/strapi-helper-plugin/node_modules/webpack/bin/webpack.js --config node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress", | ||
"build:clean": "node_modules/strapi-helper-plugin/node_modules/rimraf/bin.js admin/build", | ||
"build:dll": "node node_modules/strapi-helper-plugin/lib/internals/scripts/dependencies.js", | ||
"start": "node_modules/cross-env/bin/cross-env.js NODE_ENV=development node lib/server", | ||
"start": "node_modules/strapi-helper-plugin/node_modules/cross-env/bin/cross-env.js NODE_ENV=development node lib/server", | ||
"generate": "node_modules/plop/plop.js --plopfile node_modules/strapi-helper-plugin/lib/internals/generators/index.js", | ||
"lint": "node_modules/eslint/bin/eslint.js --ignore-path .gitignore --config node_modules/strapi-helper-plugin/lib/internals/eslint/.eslintrc.json admin", | ||
"lint": "node_modules/strapi-helper-plugin/node_modules/eslint/bin/eslint.js --ignore-path .gitignore --config node_modules/strapi-helper-plugin/lib/internals/eslint/.eslintrc.json admin", | ||
"pretest": "npm run lint", | ||
"prettier": "node_modules/prettier/bin/prettier.js --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"", | ||
"prettier": "node_modules/strapi-helper-plugin/node_modules/prettier/bin/prettier.js --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"", | ||
"test": "echo Tests are not implemented.", | ||
@@ -53,4 +53,4 @@ "prepublish": "npm run build" | ||
"devDependencies": { | ||
"strapi-helper-plugin": "^3.0.0-alpha.4.5" | ||
"strapi-helper-plugin": "3.0.0-alpha.4.9" | ||
} | ||
} |
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
108914