Skip to content

Commit 3b6f5d5

Browse files
author
Andreas Pizsa
committed
setting publishConfig, adding coveralls CI support
1 parent 642c18d commit 3b6f5d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
"description": "Parse a decimal number with i18n format support (localized decimal points and thousands separators)",
55
"main": "./dist/parse-decimal-number.js",
66
"scripts": {
7-
"test": "gulp test"
7+
"test": "gulp coveralls"
88
},
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/AndreasPizsa/parse-decimal-number.git"
1212
},
13+
"publishConfig": {
14+
"registry": "https://registry.npmjs.org/"
15+
},
1316
"keywords": [
1417
"parse",
1518
"number",

0 commit comments

Comments
 (0)