Skip to content

Commit 079ccaa

Browse files
committed
Fixed package.json that was missing a few things
1 parent 19b8b5b commit 079ccaa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A course database lookup tool and schedule building web application for use at Rochester Institute of Technology.",
66
"main": "index.php",
77
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1"
8+
"build": "gulp build"
99
},
1010
"repository": {
1111
"type": "git",
@@ -51,6 +51,7 @@
5151
"event-stream": "^3.1.2",
5252
"gulp-sourcemaps": "^0.2.1",
5353
"gulp-replace": "^0.2.0",
54-
"gulp-minify-css": "^0.3.1"
54+
"gulp-minify-css": "^0.3.1",
55+
"gulp-htmlmin": "^0.1.2"
5556
}
5657
}

0 commit comments

Comments
 (0)