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 @@
/.npmignore
/.bundle
/component.json
/index.js
/bin
/browser/
/node_modules/
......
module.exports = require('lib/rsvp');
\ No newline at end of file
......@@ -2,7 +2,7 @@
"name": "rsvp",
"version": "1.2.0",
"description": "A lightweight library that provides tools for organizing asynchronous code",
"main": "lib/rsvp.js",
"main": "node/rsvp.js",
"directories": { "lib": "lib" },
"devDependencies": {
"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