Skip to content

Commit 91d756e

Browse files
committed
chore: release 0.1.0
1 parent e0a500f commit 91d756e

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@
6868
"engines": {
6969
"node": ">=18"
7070
},
71-
"packageManager": "bun@1.1.0"
71+
"packageManager": "bun@1.1.0",
72+
"version": "0.1.0"
7273
}

packages/react-native-sandbox/package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/react-native-sandbox",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "A component to run multiple React Native instances side-by-side.",
55
"main": "src/index.tsx",
66
"author": "Aliaksandr Babrykovich <aliaksandr.babrykovich@callstack.com>",
@@ -10,8 +10,19 @@
1010
"url": "https://github.com/callstackincubator/react-native-sandbox"
1111
},
1212
"homepage": "https://github.com/callstackincubator/react-native-sandbox#readme",
13-
"keywords": ["react-native", "security", "sandbox", "isolation"],
14-
"files": ["src", "ios", "android", "specs", "React-Sandbox.podspec"],
13+
"keywords": [
14+
"react-native",
15+
"security",
16+
"sandbox",
17+
"isolation"
18+
],
19+
"files": [
20+
"src",
21+
"ios",
22+
"android",
23+
"specs",
24+
"React-Sandbox.podspec"
25+
],
1526
"scripts": {
1627
"lint": "clang-format --dry-run --Werror ios/*.{h,mm}",
1728
"format": "clang-format -i ios/*.{h,mm}"

0 commit comments

Comments
 (0)