We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9188d commit d276e1cCopy full SHA for d276e1c
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "postcode-nl",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "Node module to obtain Dutch postcodes via postcodeapi.nu",
5
"main": "index.js",
6
"scripts": {
7
- "pretest" : "./node_modules/eslint/bin/eslint.js **/*.js",
+ "pretest": "./node_modules/eslint/bin/eslint.js **/*.js",
8
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha",
9
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
10
},
@@ -38,7 +38,7 @@
38
"sinon": "^1.17.5",
39
"sinon-chai": "^2.8.0"
40
41
- "engines" : {
42
- "node" : ">=4.0.0"
+ "engines": {
+ "node": ">=4.0.0"
43
}
44
0 commit comments