Skip to content

Commit

Permalink
Use a specific unreleased commit of Website.io until it get released …
Browse files Browse the repository at this point in the history
…later.
  • Loading branch information
F1LT3R committed Jan 18, 2017
1 parent acbb29c commit b449a88
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,24 @@
},
"dependencies": {
"ansi": "^0.3.0",
"bluebird": "^2.3.11",
"bluebird": "^3.4.7",
"commander": "^2.5.1",
"connect": "^3.3.3",
"connect-livereload": "^0.5.3",
"jsdom": "^8.0.0",
"connect-livereload": "^0.6.0",
"jsdom": "^9.9.1",
"less": "^2.4.0",
"livereload": "^0.3.6",
"livereload-js": "^2.2.2",
"marked": "git://github.com/f1lt3r/marked#master",
"mime": "^1.2.11",
"open": "0.0.5",
"openport": "0.0.3",
"send": "^0.10.1"
"openport": "0.0.4",
"send": "^0.14.1",
"websocket.io": "git://github.com/LearnBoost/websocket.io#5f0b3799f50944bc4d1eb58acdef61c38883d6cf"
},
"devDependencies": {
"connect-livereload": "^0.5.3",
"livereload": "^0.3.7",
"connect-livereload": "^0.6.0",
"livereload": "^0.6.0",
"xo": "^0.17.0"
},
"xo": {
Expand Down

0 comments on commit b449a88

Please sign in to comment.