Skip to content

Commit 263a1f0

Browse files
committed
fixed some paths
1 parent 674a761 commit 263a1f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default tseslint.config(
1212
"apps/test-app/ios/**",
1313
"packages/host/hermes/**",
1414
"packages/node-addon-examples/examples/**",
15-
"packages/ferric-example/ferric_example.d.ts",
15+
"packages/ferric-example/dist/ferric_example.d.ts",
1616
]),
1717
eslint.configs.recommended,
1818
tseslint.configs.recommended,

packages/ferric-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"url": "git+https://github.com/callstackincubator/react-native-node-api.git",
1010
"directory": "packages/ferric-example"
1111
},
12-
"main": "ferric_example.js",
13-
"types": "ferric_example.d.ts",
12+
"main": "dist/ferric_example.js",
13+
"types": "dist/ferric_example.d.ts",
1414
"scripts": {
1515
"build": "ferric build",
1616
"bootstrap": "npm run build"

0 commit comments

Comments
 (0)