We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642c18d commit 3b6f5d5Copy full SHA for 3b6f5d5
package.json
@@ -4,12 +4,15 @@
4
"description": "Parse a decimal number with i18n format support (localized decimal points and thousands separators)",
5
"main": "./dist/parse-decimal-number.js",
6
"scripts": {
7
- "test": "gulp test"
+ "test": "gulp coveralls"
8
},
9
"repository": {
10
"type": "git",
11
"url": "https://github.com/AndreasPizsa/parse-decimal-number.git"
12
13
+ "publishConfig": {
14
+ "registry": "https://registry.npmjs.org/"
15
+ },
16
"keywords": [
17
"parse",
18
"number",
0 commit comments