Skip to content

Commit 61d491c

Browse files
committed
chore: cleanup
1 parent 93f6390 commit 61d491c

File tree

4 files changed

+2205
-9
lines changed

4 files changed

+2205
-9
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
build/
33
.vscode/
44
deno.lock
5-
package-lock.json
65
node_modules/
76
# This node_modules is manually created and version-controlled. Inside it, we
87
# commit a symlink back up to our root-level "objc" package. It avoids having

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ The repo makes use of npm [workspaces](https://docs.npmjs.com/cli/v10/using-npm/
1010

1111
```sh
1212
npm install
13-
14-
# This installs dependencies for all except `runtime/TestApp`, as that project
15-
# currently assumes that you have a git checkout of the NativeScript repo as a
16-
# sibling to this repo. Hopefully you have no need to use `runtime/TestApp, but
17-
# if you do, make sure you've set up the NativeScript repo as a sibling, and
18-
# perform another `npm install` inside `runtime/TestApp`.
1913
```
2014

2115
## Generating metadata

0 commit comments

Comments
 (0)