diff --git a/package-lock.json b/package-lock.json index 2cfb7af..7633e5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gitoutofhours", - "version": "0.1.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gitoutofhours", - "version": "0.1.1", + "version": "1.0.0", "license": "MIT", "bin": { "gitoutofhours": "bin/gitoutofhours.js" @@ -21,6 +21,9 @@ "shelljs": "^0.8.4", "sinon": "^12.0.1", "sinon-chai": "^3.7.0" + }, + "engines": { + "node": ">=10" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index f88bf8d..110ba01 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,13 @@ "publishConfig": { "registry": "https://registry-url" }, + "files": [ + "bin", + "src" + ], + "engines": { + "node": ">=10" + }, "bugs": "https://github.com/JohnAkerman/GitOutOfHours/issues", "homepage": "https://github.com/JohnAkerman/GitOutOfHours", "keywords": [ @@ -37,8 +44,6 @@ "test:coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls" }, "license": "MIT", - "dependencies": { - }, "devDependencies": { "chai": "^4.3.4", "chai-as-promised": "^7.1.1",