diff --git a/package-lock.json b/package-lock.json index f05fce6..f3fff9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "gulp-prune", - "version": "1.0.0-rc.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0-rc.0", + "version": "1.0.0", "license": "ISC", "dependencies": { "aggregate-error": "^3.1.0", diff --git a/package.json b/package.json index 5116d00..c126245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-prune", - "version": "1.0.0-rc.0", + "version": "1.0.0", "description": "Delete files that should not be in the destination directory", "main": "index.js", "types": "index.d.ts", @@ -20,10 +20,12 @@ "email": "SiliconSoldier@outlook.com.au", "url": "https://djmm.me/" }, - "contributors": [{ - "name": "Kurt Blackwell", - "url": "https://github.com/hh10k" - }], + "contributors": [ + { + "name": "Kurt Blackwell", + "url": "https://github.com/hh10k" + } + ], "repository": { "type": "git", "url": "https://github.com/hh10k/gulp-prune.git"