Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Sep 20, 2017
1 parent 287beb3 commit bc0ebff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "packages-condom",
"version": "1.1.1",
"version": "1.2.0",
"description": "Check your code are not using some dev depedencies",
"main": "index.js",
"bin": {
Expand All @@ -15,7 +15,9 @@
"coveralls": "tap test/*.js --cov --coverage-report=text-lcov -J -t 60 | coveralls"
},
"standard": {
"ignore": ["/test/data/"]
"ignore": [
"/test/data/"
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bc0ebff

Please sign in to comment.