array-prototype-functions
Advanced tools
Comparing version 2.7.0-beta.2 to 2.7.0-beta.3
{ | ||
"name": "array-prototype-functions", | ||
"version": "2.7.0-beta.2", | ||
"version": "2.7.0-beta.3", | ||
"description": "Array prototype augmentation for easier arithmetics and overall pleasure!", | ||
@@ -10,4 +10,3 @@ "scripts": { | ||
"build": "tsc", | ||
"publish:release": "npm install && npm run build && npm run test && npm publish", | ||
"publish:beta": "npm install && npm run build && npm run test && npm publish --tag beta" | ||
"prepublishOnly": "npm install && npm run build && npm run test" | ||
}, | ||
@@ -14,0 +13,0 @@ "author": "Matthias Hryniszak <padcom@gmail.com>", |
32958