Skip to content

Commit f03e283

Browse files
committed
Added project dependencies.
1 parent 8d4f764 commit f03e283

File tree

3 files changed

+3339
-2
lines changed

3 files changed

+3339
-2
lines changed

.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["react-native"]
3+
}

package.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,16 @@
2222
"bugs": {
2323
"url": "https://github.com/billmalarky/react-native-queue/issues"
2424
},
25-
"homepage": "https://github.com/billmalarky/react-native-queue#readme"
26-
}
25+
"homepage": "https://github.com/billmalarky/react-native-queue#readme",
26+
"dependencies": {
27+
"promise-reflect": "^1.1.0",
28+
"react-native-uuid": "^1.4.9",
29+
"realm": "^2.0.12"
30+
},
31+
"devDependencies": {
32+
"babel-jest": "^21.2.0",
33+
"babel-preset-react-native": "^4.0.0",
34+
"jest": "^21.2.1",
35+
"should": "^13.1.3"
36+
}
37+
}

0 commit comments

Comments
 (0)