Skip to content

Commit

Permalink
Revert port change
Browse files Browse the repository at this point in the history
  • Loading branch information
cynicaloptimist authored Dec 22, 2016
1 parent 202a784 commit 0ba2fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"scripts": {
"prestart": "npm install",
"start": "http-server . -a localhost -p 8888 -c-1",
"start": "http-server . -a localhost -p 8080 -c-1",
"gulp": "gulp",
"start-built": "http-server build -a localhost -p 8081 -c-1",
"gulp-dev": "gulp --dev",
Expand Down

0 comments on commit 0ba2fe9

Please sign in to comment.