Skip to content

Commit a3f7676

Browse files
Fix package.json errors
1 parent 21940f2 commit a3f7676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
"repository": {
4242
"type": "git",
43-
"url": "https://github.com/ipregistry/ipregistry-javascript.git"
43+
"url": "git+https://github.com/ipregistry/ipregistry-javascript.git"
4444
},
4545
"bugs": {
4646
"url": "https://github.com/ipregistry/ipregistry-javascript/issues"
@@ -49,7 +49,7 @@
4949
"build": "tsup",
5050
"clean": "rm -rf dist/",
5151
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
52-
"lint": "./node_modules/.bin/eslint src/*",
52+
"lint": "eslint src/*",
5353
"prepack": "npm run clean && npm run build",
5454
"pretest": "npm run clean && npm run build",
5555
"test:integration": "node --loader ts-node/esm integration_test/ipregistry.ts",

0 commit comments

Comments
 (0)