🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

increase-version

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

increase-version - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-0
index.js

@@ -0,1 +1,2 @@

#!/usr/bin/env node
const program = require('commander');

@@ -2,0 +3,0 @@

{
"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"