es6-tween
Advanced tools
Comparing version 5.2.0 to 5.2.1
{ | ||
"name": "es6-tween", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "ES6 implementation of amazing tween.js", | ||
@@ -15,8 +15,8 @@ "browser": "bundled/Tween.min.js", | ||
"minify": "npx uglifyjs bundled/Tween.js -c -m -o bundled/Tween.min.js --source-map \"filename='bundled/Tween.min.js.map'\"", | ||
"build": "npm run source && npm run minify", | ||
"build": "yarn source && yarn minify", | ||
"dev": "npx rollup -c -w", | ||
"prepublishOnly": "npm run build && npx ava --verbose && npm run doc && npm run doc-md", | ||
"prepublishOnly": "yarn build && npx ava --verbose && yarn doc && yarn doc-md", | ||
"doc": "npx jsdoc --readme README.md --configure jsdoc.json --verbose", | ||
"doc-md": "npx jsdoc2md src/** > API.md", | ||
"test": "npx standard --verbose | npx snazzy && npx ava --verbose", | ||
"test": "npx rollup -c && npx standard --verbose | npx snazzy && npx ava --verbose", | ||
"fix": "npx standard --fix" | ||
@@ -23,0 +23,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
277009