Permalink
Browse files
[dist] Update some dependencies.
- Loading branch information...
Showing
with
7 additions
and
7 deletions.
-
+2
−2
LICENSE
-
+5
−5
package.json
|
|
@@ -1,4 +1,4 @@ |
|
|
-Copyright (c) 2013 Nodejitsu Inc.
|
|
|
+Copyright (c) 2013 Martijn Swaagman & the Contributors.
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
|
@@ -19,4 +19,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
|
|
THE SOFTWARE.
|
|
|
|
|
|
|
|
|
-Also see the LICENSE of Ghost, https://github.com/TryGhost/Ghost/blob/master/LICENSE
|
|
|
+Also see the LICENSE of Ghost, https://github.com/TryGhost/Ghost/blob/master/LICENSE
|
|
|
@@ -18,12 +18,12 @@ |
|
|
},
|
|
|
"dependencies": {
|
|
|
"async": "~0.9.0",
|
|
|
- "chokidar": "~0.8.1",
|
|
|
- "colors": "~0.6.2",
|
|
|
- "ghost": "~0.5.0",
|
|
|
+ "chokidar": "~0.11.1",
|
|
|
+ "colors": "~1.0.3",
|
|
|
+ "ghost": "~0.5.6",
|
|
|
"mkdirp": "~0.5.0",
|
|
|
- "mongodb": "~1.4.4",
|
|
|
- "ncp": "~0.5.0"
|
|
|
+ "mongodb": "~1.4.23",
|
|
|
+ "ncp": "~1.0.1"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": "0.10.x"
|
|
|
|
0 comments on commit
ed437a0