Skip to content

Commit fcc3ee9

Browse files
committed
Fix ferric-example package.json
1 parent 0819afd commit fcc3ee9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/ferric-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ferric-example",
3-
"version": "0.0.0",
4-
"main": "index.js",
5-
"types": "index.d.ts",
3+
"version": "0.1.0",
4+
"main": "libferric_example.js",
5+
"types": "libferric_example.d.ts",
66
"scripts": {
77
"build": "ferric build --android --apple"
88
},

0 commit comments

Comments
 (0)