Skip to content

Commit

Permalink
setting publishConfig, adding coveralls CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Pizsa committed Feb 10, 2016
1 parent 642c18d commit 3b6f5d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
"description": "Parse a decimal number with i18n format support (localized decimal points and thousands separators)",
"main": "./dist/parse-decimal-number.js",
"scripts": {
"test": "gulp test"
"test": "gulp coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/AndreasPizsa/parse-decimal-number.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"parse",
"number",
Expand Down

0 comments on commit 3b6f5d5

Please sign in to comment.