diff --git a/npm-shrinkwrap.json b/package-lock.json similarity index 99% rename from npm-shrinkwrap.json rename to package-lock.json index 26cba76..a3e5b50 100644 --- a/npm-shrinkwrap.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "6.0.0", "license": "MIT", "dependencies": { - "gitlint-parser-base": "^2.0.0" + "gitlint-parser-base": "2.0.0" }, "bin": { "core-validate-commit": "bin/cmd.js" diff --git a/package.json b/package.json index 138c9fa..bf23d11 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test-ci": "npm test -- --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=lcov.info" }, "dependencies": { - "gitlint-parser-base": "^2.0.0" + "gitlint-parser-base": "2.0.0" }, "devDependencies": { "check-pkg": "^2.1.1", @@ -19,7 +19,6 @@ "files": [ "lib/", "bin/", - "npm-shrinkwrap.json", "index.js" ], "license": "MIT",