Skip to content

Commit c222f99

Browse files
committed
Release 0.1.0
1 parent cdb9d7c commit c222f99

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "@react-native-community/circleci-orb",
3+
"version": "0.1.0",
4+
"private": true,
5+
"description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.",
6+
"scripts": {
7+
"pack": "./scripts/pack.sh"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/react-native-community/react-native-circleci-orb.git"
12+
},
13+
"author": "Matt Oakes <[email protected]>",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/react-native-community/react-native-circleci-orb/issues"
17+
},
18+
"homepage": "https://github.com/react-native-community/react-native-circleci-orb#readme"
19+
}

0 commit comments

Comments
 (0)