Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rsvp.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
rsvp.js
Commits
c0a63619
Commit
c0a63619
authored
Nov 09, 2012
by
Karl Böhlmark
Committed by
Karl Böhlmark
Nov 10, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add component.json and index.js
parent
636dcb2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
component.json
component.json
+13
-0
index.js
index.js
+1
-0
No files found.
component.json
0 → 100644
View file @
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"
}
index.js
0 → 100644
View file @
c0a63619
module
.
exports
=
require
(
'
lib/rsvp
'
);
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment