Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jimdou committed Dec 7, 2022
1 parent 36ce814 commit afdf703
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 @@ -4,9 +4,9 @@
"description": "Omnilint - Omniscient code linter.",
"main": "index.js",
"scripts": {
"build": "nexe index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
"start": "node index.js",
"postinstall": "echo \"Error: no postinstall specified\" && exit 1",
},
"author": "Jimmy Douieb",
"license": "Apache-2.0",
Expand Down

0 comments on commit afdf703

Please sign in to comment.