Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
refactor: eliminate Makefile in favor of npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
markstos committed Apr 29, 2020
1 parent 672f26e commit c3387e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"esversion": 6,
"bitwise" : true,
"camelcase" : true,
"curly" : true,
Expand Down
7 changes: 0 additions & 7 deletions Makefile

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"url": "https://github.com/aheckmann/node-ses.git"
},
"scripts": {
"test": "make test"
"test": "mocha --reporter list",
"jshint": "jshint lib/*.js test/*.js"
},
"dependencies": {
"aws4": "1.9.1",
Expand Down

0 comments on commit c3387e7

Please sign in to comment.