Commit aa522295 authored by Tom Dale's avatar Tom Dale

Merge pull request #23 from karlbohlmark/master

Add a component.json so that it can be installed with component
parents 45a98325 c0a63619
{
"name": "rsvp.js",
"description": "A lightweight library that provides tools for organizing asynchronous code",
"keywords": [
"promise",
"deferred"
],
"version": "1.0.0",
"scripts": [
"lib/rsvp.js"
],
"repo": "tildeio/rsvp.js"
}
module.exports = require('lib/rsvp');
\ No newline at end of file
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