Skip to content

Commit

Permalink
remove Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
delabiejochen committed May 3, 2021
1 parent 94cb7b5 commit 5f7056c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
12 changes: 0 additions & 12 deletions Makefile

This file was deleted.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"version": "1.0.8",
"scripts": {
"lint": "eslint lib/",
"test": "make test"
"test:unit": "mocha test/",
"test": "run-s lint test:unit"
},
"homepage": "https://github.com/testingbot/testingbot-api",
"repository": {
Expand All @@ -27,7 +28,8 @@
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^8.3.2"
"mocha": "^8.3.2",
"npm-run-all": "^4.1.5"
},
"engines": {
"node": "*"
Expand Down

0 comments on commit 5f7056c

Please sign in to comment.