@odecloud/helpers
Advanced tools
+5
-3
@@ -1,4 +0,7 @@ | ||
| #!/bin/bash | ||
| LIB = $(SRC:src/%.js=lib/%.js) | ||
| build: | ||
@@ -10,3 +13,2 @@ npm install . | ||
| git push origin master | ||
| $PACKAGE_VERSION=node -pe "require('./package.json').version" | ||
| git tag v$PACKAGE_VERSION && git push --tags | ||
| git tag -a v`node -pe "require('./package.json').version"` |
+1
-1
| { | ||
| "name": "@odecloud/helpers", | ||
| "version": "0.0.7", | ||
| "version": "0.0.8", | ||
| "description": "Containing useful development functions used by OdeCloud's Platform", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
19327
-0.14%