Skip to content

Commit 405a929

Browse files
authored
Declare react and react-native as peer dependencies (#23)
* Use react and react-native as peer dependencies only * Bump version to 1.3.0
1 parent 13a614f commit 405a929

File tree

2 files changed

+28
-4668
lines changed

2 files changed

+28
-4668
lines changed

package.json

Lines changed: 28 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,30 @@
11
{
2-
"name": "react-native-draw-canvas",
3-
"title": "React Native Draw Canvas",
4-
"version": "1.2.2",
5-
"description": "Cross platform native draw canvas for both iOS and Android",
6-
"main": "index.js",
7-
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "git+https://github.com/padlet/react-native-draw-canvas.git",
13-
"baseUrl": "https://github.com/padlet/react-native-draw-canvas"
14-
},
15-
"keywords": [
16-
"react-native"
17-
],
18-
"author": {
19-
"name": "Colin Teahan",
20-
"email": "[email protected]"
21-
},
22-
"license": "MIT",
23-
"licenseFilename": "LICENSE",
24-
"readmeFilename": "README.md",
25-
"peerDependencies": {
26-
"react": "*",
27-
"react-native": "*"
28-
},
29-
"devDependencies": {
30-
"react": "^16.9.0",
31-
"react-native": "^0.61.5",
32-
"typescript": "^3.7.5"
33-
}
2+
"name": "react-native-draw-canvas",
3+
"title": "React Native Draw Canvas",
4+
"version": "1.3.0",
5+
"description": "Cross platform native draw canvas for both iOS and Android",
6+
"main": "index.js",
7+
"scripts": {
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/padlet/react-native-draw-canvas.git",
13+
"baseUrl": "https://github.com/padlet/react-native-draw-canvas"
14+
},
15+
"keywords": ["react-native"],
16+
"author": {
17+
"name": "Colin Teahan",
18+
"email": "[email protected]"
19+
},
20+
"license": "MIT",
21+
"licenseFilename": "LICENSE",
22+
"readmeFilename": "README.md",
23+
"peerDependencies": {
24+
"react": "*",
25+
"react-native": "*"
26+
},
27+
"devDependencies": {
28+
"typescript": "^3.7.5"
29+
}
3430
}

0 commit comments

Comments
 (0)