@folklore/services
Advanced tools
Comparing version 0.1.24 to 0.1.26
{ | ||
"name": "@folklore/services", | ||
"version": "0.1.24", | ||
"version": "0.1.26", | ||
"description": "External services utilities", | ||
@@ -28,20 +28,11 @@ "keywords": [ | ||
], | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"main": "dist/cjs.js", | ||
"module": "dist/es.js", | ||
"files": [ | ||
"lib", | ||
"es", | ||
"dist" | ||
], | ||
"scripts": { | ||
"storybook": "../../node_modules/.bin/start-storybook -p 9008 -c ../../.storybook-package", | ||
"clean": "rm -rf dist && rm -rf lib && rm -rf es", | ||
"webpack:dist": "../../node_modules/.bin/webpack --config ./webpack.config.js --progress --colors", | ||
"webpack": "npm run webpack:dist", | ||
"babel:es": "BABEL_ENV=es ../../node_modules/.bin/babel src --out-dir es --ignore story.js,test.js", | ||
"babel:cjs": "BABEL_ENV=cjs ../../node_modules/.bin/babel src --out-dir lib --ignore story.js,test.js", | ||
"babel": "npm run babel:es && npm run babel:cjs", | ||
"build": "npm run webpack && npm run babel", | ||
"prepare": "npm run clean && npm run build", | ||
"start": "npm run storybook" | ||
"clean": "rm -rf dist", | ||
"build": "rollup --config ../../rollup.config.js", | ||
"prepare": "npm run clean && npm run build" | ||
}, | ||
@@ -55,3 +46,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "45dfe67c860adf4ed4bd952f9f7e87413cf87274" | ||
"gitHead": "43afc23a34b03ccc39eeddc29c939f4b938502da" | ||
} |
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
22029
3
456
1