Skip to content

Commit 9c1c9fe

Browse files
committed
Add explicit events dep for React Native
1 parent 68ac2aa commit 9c1c9fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "The Parse JavaScript SDK",
55
"homepage": "https://www.parse.com",
66
"keywords": [
@@ -29,6 +29,7 @@
2929
},
3030
"dependencies": {
3131
"babel-runtime": "^5.8.20",
32+
"events": "^1.1.0",
3233
"ws": "^1.0.1",
3334
"xmlhttprequest": "^1.7.0"
3435
},

0 commit comments

Comments
 (0)