Skip to content

Commit

Permalink
use latest version for prelude-extension, added gulp-nodemon to dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
furqanZafar committed Feb 1, 2016
1 parent 715964a commit da9640f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config.ls.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
module.exports =
gulp:
reload-port: 8601
minify: false

http-port: 8600
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"gulp-connect": "^2.3.1",
"gulp-if": "^2.0.0",
"gulp-livescript": "^3.0.0",
"gulp-livescript-istanbul": "0.0.1",
"gulp-livescript-istanbul": "latest",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.0.6",
"gulp-streamify": "^1.0.2",
"gulp-stylus": "^2.2.0",
"gulp-uglify": "^1.5.1",
Expand All @@ -36,11 +37,11 @@
"ejs": "^2.3.4",
"express": "^4.13.3",
"gulp-nodemon": "^2.0.6",
"prelude-extension": "0.0.8",
"prelude-extension": "latest",
"prelude-ls": "^1.1.1",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-router": "^2.0.0-rc4",
"react-router": "^2.0.0-rc5",
"socket.io": "^1.4.4",
"socket.io-client": "^1.4.4"
}
Expand Down
2 changes: 1 addition & 1 deletion public/components/App.ls
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ App = create-class do
Link to: \/normal, \normal
Link to: \/beta, \beta

# DISTRIBS
# ROUTES
div null,
@props.children

Expand Down

0 comments on commit da9640f

Please sign in to comment.