Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "zarousel", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A react component of carousel.", | ||
"main": "index.js", | ||
"main": "lib/Zarousel.js", | ||
"scripts": { | ||
"dev": "node_modules/.bin/webpack-dev-server --mode development", | ||
"build": "webpack -p --hide-modules", | ||
"lib": "node_modules/.bin/babel src/Zarousel.js --out-file lib/Zarousel.js && cp src/zarousel.css lib", | ||
"lib": "node_modules/.bin/babel src -d lib && cp src/zarousel.css lib", | ||
"test": "npm run lib", | ||
@@ -11,0 +11,0 @@ "release": "npm run build && npm run lib && npm publish" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17609
5
380