Skip to content

Commit 0d5fa4a

Browse files
committed
fix missing lib/index.js and lib/index.d.ts
1 parent e36576f commit 0d5fa4a

File tree

2 files changed

+4260
-4265
lines changed

2 files changed

+4260
-4265
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d4l/react-native-mmfile",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Fastest storage with encryption for React Native.",
55
"main": "lib/index",
66
"module": "lib/index",
@@ -31,7 +31,7 @@
3131
],
3232
"scripts": {
3333
"postinstall": "tsc || exit 0;",
34-
"build": "bun tsc",
34+
"build": "bun tsc --outDir lib",
3535
"test": "jest",
3636
"typecheck": "tsc --noEmit",
3737
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",

0 commit comments

Comments
 (0)