Skip to content

Commit 6778093

Browse files
committed
Remove makefile and use npm scripts
1 parent 4f5a689 commit 6778093

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

Makefile

Lines changed: 0 additions & 18 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
"type": "git",
88
"url": "git+https://github.com/github/include-fragment-element.git"
99
},
10+
"scripts": {
11+
"build": "npm install && bower install",
12+
"clean": "rm -rf ./bower_components ./node_modules",
13+
"lint": "jshint *.js test/*.js",
14+
"test": "npm run build && node-qunit-phantomjs ./test/test.html"
15+
},
1016
"devDependencies": {
1117
"bower": "1.3.8",
1218
"jshint": "2.5.2",

0 commit comments

Comments
 (0)