Skip to content

Commit

Permalink
Adjust package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Dec 29, 2023
1 parent fcb15ff commit ce6616f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acorn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
],
"repository": {
"type": "git",
"url": "https://github.com/acornjs/acorn.git"
"url": "git+https://github.com/acornjs/acorn.git"
},
"license": "MIT",
"scripts": {
"prepare": "cd ..; npm run build:main"
},
"bin": {
"acorn": "./bin/acorn"
"acorn": "bin/acorn"
}
}

0 comments on commit ce6616f

Please sign in to comment.