Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Add repository info to package.json #69

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"react-native-community",
"art"
],
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-community/art.git",
"baseUrl": "https://github.com/react-native-community/art"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "react-native run-android --root example",
Expand Down