async-source
Advanced tools
Comparing version 1.1.2 to 1.1.4
{ | ||
"name": "async-source", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"description": "async requests wrapper", | ||
@@ -10,3 +10,2 @@ "main": "dist/index.min.js", | ||
"build": "tsc --project tsconfig.json && uglifyjs ./dist/index.js -o ./dist/index.min.js --source-map", | ||
"publish": "npm publish --registry https://registry.npmjs.org", | ||
"publish-patch": "npm test && npm run build && npm version patch && git push && npm publish --registry https://registry.npmjs.org", | ||
@@ -42,4 +41,4 @@ "publish-minor": "npm test && npm run build && npm version minor && git push && npm publish --registry https://registry.npmjs.org", | ||
"devDependencies": { | ||
"uglify-js": "^3.14.3" | ||
"uglify-js": "3.14.3" | ||
} | ||
} |
29622