Skip to content

Commit

Permalink
Remove makefile.js (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Jul 2, 2021
1 parent 483ed89 commit 587b41e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
29 changes: 0 additions & 29 deletions makefile.js

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd",
"make": "./makefile.js"
"test": "xo && ava && tsd"
},
"files": [
"index.js",
Expand All @@ -38,7 +37,6 @@
},
"devDependencies": {
"ava": "^1.4.1",
"markdown-table": "^1.1.2",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
Expand Down

0 comments on commit 587b41e

Please sign in to comment.