Skip to content

Commit

Permalink
update npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
ubeF committed May 10, 2024
1 parent adaedfe commit dd07717
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
compose.yaml
3 changes: 2 additions & 1 deletion index.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const { Hiker } = require("./lib/hiker.js");
const { program } = require("commander");

Expand Down Expand Up @@ -118,4 +120,3 @@ program

program.parse(process.argv);


6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jest",
"start": "node index.js",
"database": "sudo docker compose up"
"start": "node index.js"
},
"repository": {
"type": "git",
Expand All @@ -26,5 +25,8 @@
},
"devDependencies": {
"jest": "^29.7.0"
},
"bin": {
"wikihiker": "index.js"
}
}

0 comments on commit dd07717

Please sign in to comment.