Skip to content

Commit 2cc5a74

Browse files
committed
Merge pull request jsonwebtoken#130 from jsonwebtoken/add/heroku-support
Add/heroku support
2 parents 20ebf7b + ffb5d04 commit 2cc5a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"scripts": {
2727
"test": "grunt test --verbose",
28-
"start": "serve . --port $PORT",
28+
"start": "serve -D --compress --port ${PORT:-3000} .",
2929
"watch": "grunt",
3030
"postinstall": "bower install"
3131
}

0 commit comments

Comments
 (0)