Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos committed Oct 31, 2018
1 parent 3acd579 commit 634bf70
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -39,6 +39,9 @@
"outdent": "^0.5.0"
},
"jest": {
"testPathIgnorePatterns": ["<rootDir>/node_modules", "<rootDir>/.history"]
"testPathIgnorePatterns": [
"<rootDir>/node_modules",
"<rootDir>/.history"
]
}
}

0 comments on commit 634bf70

Please sign in to comment.