Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "chnl", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Simple javascript channels compatible with Chrome extensions events API", | ||
"main": "./lib/index.js", | ||
"main": "./es5/index.js", | ||
"author": { | ||
@@ -16,4 +16,4 @@ "name": "Vitaliy Potapov", | ||
"coveralls": "coveralls < coverage/lcov.info", | ||
"clean": "rm -rf ./lib", | ||
"compile": "babel ./src --out-dir ./lib", | ||
"clean": "rm -rf ./es5", | ||
"compile": "babel ./src --out-dir ./es5", | ||
"release-patch": "npm run code && npm test && npm version patch && npm run clean && npm run compile && npm publish && git push --follow-tags" | ||
@@ -20,0 +20,0 @@ }, |
7460
3
179