Skip to content

Commit fe942b4

Browse files
committedNov 8, 2021
fix main & typings in package.json
1 parent f51aba9 commit fe942b4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.4 (2021-11-08)
2+
3+
### Bug Fixes
4+
5+
- Fix main and typings in package.json
6+
17
## 2.1.3 (2021-11-07)
28

39
### Chore

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"Database",
1414
"SQLite"
1515
],
16-
"main": "dist/esm/index.js",
17-
"typings": "dist/esm/index.d.ts",
16+
"main": "dist/index.js",
17+
"typings": "dist/index.d.ts",
1818
"scripts": {
1919
"start": "node scripts/start.js",
2020
"build": "npm run clean && npm run transpile && npm run copy-package",

0 commit comments

Comments
 (0)
Please sign in to comment.