@odecloud/helpers
Advanced tools
+10
| build: | ||
| npm install . | ||
| npm run-script build | ||
| publish: | ||
| # This will push the codes to GitLab and since it is being pushed | ||
| # to a master branch, it will trigger a CodeShip build that will | ||
| # publish the lastest version of this package based upon the versioning | ||
| # at on the `package.json` | ||
| git push origin master |
+1
-1
| { | ||
| "name": "@odecloud/helpers", | ||
| "version": "0.0.3", | ||
| "version": "0.0.4", | ||
| "description": "Containing useful development functions used by OdeCloud's Platform", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
19667
1.61%19
5.56%