Skip to content

Commit

Permalink
Add explicit events dep for React Native
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewimm committed Mar 19, 2016
1 parent 68ac2aa commit 9c1c9fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse",
"version": "1.8.0",
"version": "1.8.1",
"description": "The Parse JavaScript SDK",
"homepage": "https://www.parse.com",
"keywords": [
Expand Down Expand Up @@ -29,6 +29,7 @@
},
"dependencies": {
"babel-runtime": "^5.8.20",
"events": "^1.1.0",
"ws": "^1.0.1",
"xmlhttprequest": "^1.7.0"
},
Expand Down

0 comments on commit 9c1c9fe

Please sign in to comment.