We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51aba9 commit fe942b4Copy full SHA for fe942b4
CHANGELOG.md
@@ -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
7
## 2.1.3 (2021-11-07)
8
9
### Chore
package.json
@@ -13,8 +13,8 @@
13
"Database",
14
"SQLite"
15
],
16
- "main": "dist/esm/index.js",
17
- "typings": "dist/esm/index.d.ts",
+ "main": "dist/index.js",
+ "typings": "dist/index.d.ts",
18
"scripts": {
19
"start": "node scripts/start.js",
20
"build": "npm run clean && npm run transpile && npm run copy-package",
0 commit comments