@odecloud/helpers
Advanced tools
+3
-3
| { | ||
| "name": "@odecloud/helpers", | ||
| "version": "0.0.4", | ||
| "version": "0.0.5", | ||
| "description": "Containing useful development functions used by OdeCloud's Platform", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags", | ||
| "publishConfig": { | ||
@@ -17,3 +16,4 @@ "access": "public" | ||
| "build:types": "tsc --emitDeclarationOnly", | ||
| "build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline" | ||
| "build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline", | ||
| "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags" | ||
| }, | ||
@@ -20,0 +20,0 @@ "repository": { |
19668
0.01%