dyna-ts-react-module-boilerplate
Advanced tools
Comparing version 16.7.24 to 16.7.25
{ | ||
"name": "dyna-ts-react-module-boilerplate", | ||
"version": "16.7.24", | ||
"version": "16.7.25", | ||
"description": "About", | ||
@@ -15,3 +15,3 @@ "repository": { | ||
"create": "echo Creation started... && rm -rf .git && rm -rf yarn.lock; mv README.md README.boilerplate.md && echo \\# readme > README.md && yarn install && node _boilerplateCreateModule.js && echo --- module created", | ||
"install-deps": "yarn install && yarn sync-file-deps", | ||
"install-deps": "yarn install && yarn sync-file-deps && yarn install", | ||
"install-check-deps": "yarn install --check-files && yarn sync-file-deps", | ||
@@ -24,3 +24,3 @@ "start": "webpack-dev-server --config webpack.dev.config.js --devtool eval --progress --inline --hot --content-base dev/public --open --host localhost --port 3200 ", | ||
"build-watch": "webpack --watch --config webpack.dist.config.js", | ||
".build-index.d.ts": "tsc && rm ./dist/index.js && yarn run .build-index.d.ts-clear", | ||
".build-index.d.ts": "tsc && touch ./dist/index.js && rm ./dist/index.js && yarn run .build-index.d.ts-clear", | ||
".build-index.d.ts-clear": "cd dist/ && find . -name \\*.js -delete && cd ..", | ||
@@ -147,4 +147,4 @@ ".build-dist": "set NODE_ENV=production && webpack --config webpack.dist.config.js", | ||
"dyna": { | ||
"changeId": "1f08fd13-1f8g80b2-3705388510284760" | ||
"changeId": "1ece36gh-1d877214-4922252923284760" | ||
} | ||
} |
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
126525