Skip to content

Commit c043e33

Browse files
Merge pull request #1 from ReferenceArmada/develop
Update package.json
2 parents f8766c4 + ed80d3a commit c043e33

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,26 @@
22
"name": "react-native-tref-paint-code",
33
"title": "React Native TREF PaintCode",
44
"version": "1.0.0",
5-
"description": "Library implements a general approach for using PaintCode generated files from React Native on both iOS and Android platforms.",
5+
"description": "Library implements a general approach for using PaintCode generated files with React Native on both iOS and Android platforms.",
66
"main": "index.js",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/ReferenceArmada/react-native-tref-paint-code.git",
13-
"baseUrl": "https://github.com/ReferenceArmada/react-native-tref-paint-code"
12+
"url": "https://github.com/ReferenceArmada/react-native-tref-paint-code.git"
1413
},
1514
"keywords": [
1615
"react-native",
1716
"paintcode",
18-
"paint code",
19-
"the reference"
17+
"the-reference"
2018
],
2119
"author": {
2220
"name": "The Reference Armada",
2321
"email": "armada@reference.be"
2422
},
2523
"license": "MIT",
26-
"licenseFilename": "LICENSE",
24+
"licenseFilename": "LICENSE.md",
2725
"readmeFilename": "README.md",
2826
"peerDependencies": {
2927
"react": "^16.8.1",
@@ -32,5 +30,8 @@
3230
"devDependencies": {
3331
"react": "^16.9.0",
3432
"react-native": "^0.61.5"
33+
},
34+
"publishConfig": {
35+
"registry": "https://npm.pkg.github.com/"
3536
}
3637
}

0 commit comments

Comments
 (0)