Skip to content

Commit 3eeffe0

Browse files
committed
0.1.2
Remove experimental warning. https://stackoverflow.com/a/75779461/8841562
1 parent 9fb93a8 commit 3eeffe0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bin/root.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env node
1+
#!/usr/bin/env -S node --experimental-modules --no-warnings
22

33
'use strict';
44

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dooboo",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Expo and expo router starter kit maintained by dooboolab.",
55
"bin": {
66
"dooboo": "lib/bin/root.js"

0 commit comments

Comments
 (0)