Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes installation and startup
* Updates bower version
* Adds bowerrc
  • Loading branch information
aeisenberg committed Jan 10, 2017
1 parent 8d237c5 commit 942afd0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions client/.bowerrc
@@ -0,0 +1,3 @@
{
"directory": "components"
}
1 change: 1 addition & 0 deletions client/component.json → client/bower.json
@@ -1,4 +1,5 @@
{
"name": "scripted",
"dependencies": {
"requirejs": "2.1.4",
"requirejs-text": "2.0.4",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -47,15 +47,15 @@
"when": "2.0.1",
"rest": "https://github.com/s2js/rest/archive/dev.tar.gz",
"express": "3.0.6",
"bower": "0.8.5",
"mime": "1.2.9",
"priorityqueuejs": "0.1.0",
"mongodb": "1.2.13"
},
"devDependencies": {
"fake-fs": "https://github.com/eldargab/node-fake-fs/archive/50f54e9551d9ece5578213564268021d4976db26.tar.gz",
"nodeunit": "0.7.4"
},
"license": "EPL",
"readmeFilename": "README.md"
"bower": "1.8.0",
"mime": "1.2.9",
"priorityqueuejs": "0.1.0",
"mongodb": "1.2.13"
},
"devDependencies": {
"fake-fs": "https://github.com/eldargab/node-fake-fs/archive/50f54e9551d9ece5578213564268021d4976db26.tar.gz",
"nodeunit": "0.7.4"
},
"license": "EPL-1.0",
"readmeFilename": "README.md"
}
1 change: 0 additions & 1 deletion server/utils/promises.js
Expand Up @@ -281,7 +281,6 @@
return nodeApply(f.bind(self), args);
});
};
caller.name = name+'MethodCaller';
return caller;
}

Expand Down

0 comments on commit 942afd0

Please sign in to comment.