We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5a689 commit 6778093Copy full SHA for 6778093
Makefile
package.json
@@ -7,6 +7,12 @@
7
"type": "git",
8
"url": "git+https://github.com/github/include-fragment-element.git"
9
},
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
+ },
16
"devDependencies": {
17
"bower": "1.3.8",
18
"jshint": "2.5.2",
0 commit comments