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
Romain Courteaud
rsvp.js
Commits
9068beee
Commit
9068beee
authored
Jan 21, 2013
by
Ryan Florence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
broken `npm install rsvp` fixes #44
parent
226381f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
.npmignore
.npmignore
+0
-1
index.js
index.js
+0
-1
package.json
package.json
+1
-1
No files found.
.npmignore
View file @
9068beee
...
...
@@ -2,7 +2,6 @@
/.npmignore
/.bundle
/component.json
/index.js
/bin
/browser/
/node_modules/
...
...
index.js
deleted
100644 → 0
View file @
226381f2
module
.
exports
=
require
(
'
lib/rsvp
'
);
\ No newline at end of file
package.json
View file @
9068beee
...
...
@@ -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
"
,
...
...
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