We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21940f2 commit a3f7676Copy full SHA for a3f7676
package.json
@@ -40,7 +40,7 @@
40
],
41
"repository": {
42
"type": "git",
43
- "url": "https://github.com/ipregistry/ipregistry-javascript.git"
+ "url": "git+https://github.com/ipregistry/ipregistry-javascript.git"
44
},
45
"bugs": {
46
"url": "https://github.com/ipregistry/ipregistry-javascript/issues"
@@ -49,7 +49,7 @@
49
"build": "tsup",
50
"clean": "rm -rf dist/",
51
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
52
- "lint": "./node_modules/.bin/eslint src/*",
+ "lint": "eslint src/*",
53
"prepack": "npm run clean && npm run build",
54
"pretest": "npm run clean && npm run build",
55
"test:integration": "node --loader ts-node/esm integration_test/ipregistry.ts",
0 commit comments