diff --git a/package-lock.json b/package-lock.json index 9602ad2..3c00c0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vidhill/package-json-editor", - "version": "1.0.0-alpha.4", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vidhill/package-json-editor", - "version": "1.0.0-alpha.4", + "version": "1.0.0", "license": "MIT", "dependencies": { "chalk": "^4.1.1", diff --git a/package.json b/package.json index c95833a..cec5ed5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vidhill/package-json-editor", - "version": "1.0.0-alpha.4", + "version": "1.0.0", "description": "Edit important fields in package.json, useful when using Github templates", "main": "./lib/index.js", "bin": "cli.js",