Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joostdebruijn committed Aug 12, 2016
1 parent 3f9188d commit d276e1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "postcode-nl",
"version": "1.2.0",
"version": "1.2.1",
"description": "Node module to obtain Dutch postcodes via postcodeapi.nu",
"main": "index.js",
"scripts": {
"pretest" : "./node_modules/eslint/bin/eslint.js **/*.js",
"pretest": "./node_modules/eslint/bin/eslint.js **/*.js",
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
},
"engines" : {
"node" : ">=4.0.0"
"engines": {
"node": ">=4.0.0"
}
}

0 comments on commit d276e1c

Please sign in to comment.