Skip to content

Commit

Permalink
#24 fixes to npm support
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemansteve committed Oct 16, 2016
1 parent 674e993 commit fdf4787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"grunt-bower-task": "^0.4.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-watch": "~0.6.1",
"connect": "~1.1"
"connect": "~1.1.5"
}
}
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
var connect = require('connect');
console.log(__dirname);
connect().use(connect.static(__dirname)).listen(8088);
connect().use(connect.static(__dirname)).listen(80);

0 comments on commit fdf4787

Please sign in to comment.