diff --git a/package.json b/package.json index e2a8e4f8..56466e0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yarn-deduplicate", - "version": "0.4.1", + "version": "1.0.0", "bin": "./cli.js", "description": "Deduplication tool for yarn.lock files", "keywords": [ @@ -39,6 +39,9 @@ "outdent": "^0.5.0" }, "jest": { - "testPathIgnorePatterns": ["/node_modules", "/.history"] + "testPathIgnorePatterns": [ + "/node_modules", + "/.history" + ] } }