Skip to content

Commit 3ffadae

Browse files
committed
ci:
1 parent 9089cc6 commit 3ffadae

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

package.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "react-native-video-processing",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Native Video processing/editing for React-Native",
55
"main": "index.js",
66
"scripts": {
77
"commit": "git add . && git-cz",
8-
"test": "NODE_ENV=test jest --verbose",
8+
"test": "jest --verbose",
99
"test:snapshots": "jest -u",
1010
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
1111
},
@@ -36,15 +36,16 @@
3636
},
3737
"homepage": "https://github.com/shahen94/react-native-video-processing#readme",
3838
"dependencies": {
39-
"lodash": "4.16.6"
40-
},
41-
"devDependencies": {
42-
"babel-eslint": "7.1.0",
43-
"babel-jest": "17.0.0",
4439
"babel-preset-es2015": "6.18.0",
4540
"babel-preset-react": "6.16.0",
4641
"babel-preset-react-native": "1.9.0",
4742
"babel-preset-react-native-stage-0": "1.0.1",
43+
"lodash": "^4.16.6",
44+
"react": "^15.3.2"
45+
},
46+
"devDependencies": {
47+
"babel-eslint": "7.1.0",
48+
"babel-jest": "17.0.0",
4849
"commitizen": "^2.8.6",
4950
"cz-conventional-changelog": "^1.2.0",
5051
"eslint": "2.7.0",
@@ -53,11 +54,13 @@
5354
"eslint-plugin-react": "4.2.3",
5455
"eslint-plugin-react-native": "1.1.0",
5556
"jest": "17.0.0",
56-
"jest-react-native": "18.0.0",
57-
"react": "15.3.2",
58-
"react-native": "0.42.0",
57+
"jest-react-native": "17.0.0",
58+
"react-native": "^0.37.0",
5959
"react-native-create-library": "^1.0.4",
6060
"react-test-renderer": "15.3.2",
6161
"semantic-release": "^4.3.5"
62+
},
63+
"peerDependencies": {
64+
"react-native": ">=0.35"
6265
}
6366
}

0 commit comments

Comments
 (0)