Skip to content

Commit

Permalink
fix: package.json (#145)
Browse files Browse the repository at this point in the history
auto-fixed package.json
  • Loading branch information
argl authored Dec 20, 2024
1 parent 7b863e1 commit b70469a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"migrate": "node -e 'import(\"./src/database/migrate.js\").then( m => m.migrateDatabase() )'"
},
"bin": {
"mdn-http-observatory-scan": "./bin/wrapper.js"
"mdn-http-observatory-scan": "bin/wrapper.js"
},
"type": "module",
"license": "MPL-2.0",
Expand Down

0 comments on commit b70469a

Please sign in to comment.