Skip to content

Commit 2c763b7

Browse files
committed
1.1.0
1 parent f8aee8a commit 2c763b7

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "has-postalcode",
33
"description": "Check if a certain country has/uses postal codes - ISO 3166-1 compliant",
44
"homepage": "https://github.com/angelcustodio/has-postalcode",
5-
"version": "1.0.1",
5+
"version": "1.1.0",
66
"main": "src/index.js",
77
"author": {
88
"email": "angel@custod.io",
@@ -36,7 +36,11 @@
3636
},
3737
"license": "MIT",
3838
"jest": {
39-
"collectCoverageFrom": ["src/**/*.js"],
40-
"testMatch": ["<rootDir>/tests/**/*.js"]
39+
"collectCoverageFrom": [
40+
"src/**/*.js"
41+
],
42+
"testMatch": [
43+
"<rootDir>/tests/**/*.js"
44+
]
4145
}
4246
}

0 commit comments

Comments
 (0)