increase-version
Advanced tools
+1
-0
@@ -0,1 +1,2 @@ | ||
| #!/usr/bin/env node | ||
| const program = require('commander'); | ||
@@ -2,0 +3,0 @@ |
+11
-1
| { | ||
| "name": "increase-version", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Automaticaly increase version in files (package.json, Dockerfile, yaml)", | ||
@@ -22,2 +22,5 @@ "main": "index.js", | ||
| }, | ||
| "engines": { | ||
| "node": ">=10.0.0" | ||
| }, | ||
| "author": "Tomas Pavlacky", | ||
@@ -28,2 +31,9 @@ "license": "ISC", | ||
| }, | ||
| "bin": { | ||
| "increase-version": "./index.js" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@github.com:jonnybcz/increase-version.git" | ||
| }, | ||
| "jest": { | ||
@@ -30,0 +40,0 @@ "testURL": "http://localhost" |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
11336
1.94%229
0.44%2
-33.33%