Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "chnl", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Chrome compatible javascript channels", | ||
@@ -16,8 +16,7 @@ "main": "./es5/index.js", | ||
"coveralls": "coveralls < coverage/lcov.info", | ||
"clean": "rm -rf ./es5", | ||
"compile": "babel ./src --out-dir ./es5", | ||
"publish": "npm run clean && npm run compile && npm publish && git push --follow-tags", | ||
"babel": "rm -rf ./es5 && babel ./src --out-dir ./es5", | ||
"publish-to-npm": "npm run babel && npm publish && git push --follow-tags", | ||
"pre-release": "npm run code && npm test", | ||
"release-patch": "npm run pre-release && npm version patch && npm run publish", | ||
"release-minor": "npm run pre-release && npm version minor && npm run publish" | ||
"release-patch": "npm run pre-release && npm version patch && npm run publish-to-npm", | ||
"release-minor": "npm run pre-release && npm version minor && npm run publish-to-npm" | ||
}, | ||
@@ -24,0 +23,0 @@ "devDependencies": { |
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
0
47573