Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroso committed Jul 17, 2013
1 parent 4691ba3 commit 68e19ca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -11,7 +11,8 @@ test: node_modules
--bail

node_modules: component.json
@packin install --meta deps.json,component.json,package.json \
@packin install \
--meta package.json,component.json,deps.json \
--folder node_modules \
--executables \
--no-retrace
Expand Down
10 changes: 2 additions & 8 deletions component.json
Expand Up @@ -8,15 +8,9 @@
"result"
],
"dependencies": {
"jkroso/when": "3.2.1",
"jkroso/when": "3.2.4",
"jkroso/result-type": "1.0.0",
"jkroso/map": "0.2.4"
},
"development": {
"visionmedia/mocha": "1.11.0",
"chaijs/chai": "1.7.0",
"jkroso/serve": "1.4.1",
"jkroso/result": "0.3.0"
"jkroso/map": "0.2.6"
},
"scripts": [
"index.js",
Expand Down
12 changes: 9 additions & 3 deletions package.json
@@ -1,11 +1,17 @@
{
"name": "when-all",
"version": "0.4.3",
"version": "0.4.4",
"description": "normalize an object/array where some value may be wrapped in Results",
"dependencies": {
"result-type": "1.0.0",
"map": "http://github.com/jkroso/map/tarball/0.2.4",
"when": "http://github.com/jkroso/when/tarball/3.2.1"
"map": "http://github.com/jkroso/map/tarball/0.2.6",
"when": "http://github.com/jkroso/when/tarball/3.2.4"
},
"devDependencies": {
"mocha": "1.12.0",
"chai": "1.7.2",
"serve": "http://github.com/jkroso/serve/tarball/1.4.4",
"result": "0.3.1"
},
"scripts": {
"install": "npm dedupe"
Expand Down

0 comments on commit 68e19ca

Please sign in to comment.