Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8215b8

Browse files
author
Chris Sevilleja
committed
why
1 parent b81979f commit e8215b8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"version": "0.0.0",
44
"description": "Isomorphic React Example",
55
"main": "app.js",
6-
"engines": {
7-
"node": "~0.10.20",
8-
"npm": "~1.3.11"
9-
},
106
"scripts": {
117
"watch": "watchify app.js -o public/js/bundle.js -v",
128
"browserify": "browserify app.js | uglifyjs > public/js/bundle.js",
@@ -18,7 +14,7 @@
1814
"dependencies": {
1915
"express": "~4.9.7",
2016
"express-handlebars": "~1.1.0",
21-
"mongoose": "^3.8.17",
17+
"mongoose": "^3.8.23",
2218
"node-jsx": "~0.11.0",
2319
"ntwitter": "^0.5.0",
2420
"react": "~0.11.2",

0 commit comments

Comments
 (0)