Skip to content

Commit

Permalink
package.json: fix as suggested by npm
Browse files Browse the repository at this point in the history
  • Loading branch information
atoppi committed Jan 31, 2024
1 parent a061b80 commit 8e9e6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/meetecho/janode.git"
"url": "git+https://github.com/meetecho/janode.git"
},
"bugs": {
"url": "https://github.com/meetecho/janode/issues"
Expand Down Expand Up @@ -48,6 +48,6 @@
},
"scripts": {
"build": "npm install --omit=dev",
"lint": "node_modules/.bin/eslint --ext .js --config .eslintrc.json src"
"lint": "eslint --ext .js --config .eslintrc.json src"
}
}

0 comments on commit 8e9e6ef

Please sign in to comment.