node-marquee
Advanced tools
Comparing version 1.0.10 to 1.0.14
{ | ||
"name": "node-marquee", | ||
"version": "1.0.10", | ||
"version": "1.0.14", | ||
"description": "Custom Marquee element with JavaScript", | ||
"main": "dist/index.js", | ||
"browser": "dist/cdn/index.js", | ||
"types": "dist/types/types.d.ts", | ||
@@ -14,4 +15,5 @@ "scripts": { | ||
"docs:types": "./node_modules/.bin/jsdoc -c jsdoc/jsdoc.types.json && node jsdoc/exportJsDoc.js", | ||
"prepare": "npm version patch && npm run prepare:cjs && npm run docs && npm run build", | ||
"prepare": "npm run prepare:cjs && npm run docs && npm run build && npm run prepare:cdn", | ||
"prepare:cjs": "NODE_ENV=cjs babel ./src --out-dir ./dist", | ||
"prepare:cdn": "NODE_ENV=production webpack --config ./webpack/webpack.cdn.conf.js", | ||
"release": "npm publish" | ||
@@ -18,0 +20,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
640200
26
1250