Commit 420f268c authored by Yehuda Katz's avatar Yehuda Katz

Update package.json and component.json

parent 61658005
......@@ -5,9 +5,11 @@
"promise",
"deferred"
],
"version": "1.2.0",
"version": "2.0.0-rc1",
"scripts": [
"node/rsvp.js"
"main.js",
"node_modules/rsvp/async.js",
"node_modules/rsvp/events.js"
],
"repo": "tildeio/rsvp.js"
}
{
"name": "rsvp",
"version": "1.2.0",
"version": "2.0.0-rc1",
"description": "A lightweight library that provides tools for organizing asynchronous code",
"main": "node/rsvp.js",
"main": "main.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