Commit 71273e2c authored by Peter Wagenet's avatar Peter Wagenet

Merge pull request #45 from rpflorence/borked-node

broken `npm install rsvp` fixes #44
parents 226381f2 9068beee
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
/.npmignore /.npmignore
/.bundle /.bundle
/component.json /component.json
/index.js
/bin /bin
/browser/ /browser/
/node_modules/ /node_modules/
......
module.exports = require('lib/rsvp');
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "rsvp", "name": "rsvp",
"version": "1.2.0", "version": "1.2.0",
"description": "A lightweight library that provides tools for organizing asynchronous code", "description": "A lightweight library that provides tools for organizing asynchronous code",
"main": "lib/rsvp.js", "main": "node/rsvp.js",
"directories": { "lib": "lib" }, "directories": { "lib": "lib" },
"devDependencies": { "devDependencies": {
"jshint": "~0.9", "jshint": "~0.9",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment