|
1 | 1 | { |
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": "colin@padlet.com" |
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 | | - } |
| 2 | + "name": "react-native-draw-canvas", |
| 3 | + "title": "React Native Draw Canvas", |
| 4 | + "version": "1.4.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": [ |
| 16 | + "react-native" |
| 17 | + ], |
| 18 | + "author": { |
| 19 | + "name": "Colin Teahan", |
| 20 | + "email": "colin@padlet.com" |
| 21 | + }, |
| 22 | + "license": "MIT", |
| 23 | + "licenseFilename": "LICENSE", |
| 24 | + "readmeFilename": "README.md", |
| 25 | + "peerDependencies": { |
| 26 | + "react": "*", |
| 27 | + "react-native": "*" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "typescript": "^3.7.5" |
| 31 | + } |
30 | 32 | } |
0 commit comments