Skip to content

Commit

Permalink
Re-introduce main field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shennan committed Nov 30, 2021
1 parent 42c5a83 commit 20a1300
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lowdb",
"version": "3.0.0",
"version": "3.0.1",
"description": "Tiny local JSON database for Node, Electron and the browser",
"keywords": [
"database",
Expand Down Expand Up @@ -28,6 +28,7 @@
"author": "Typicode <[email protected]>",
"type": "module",
"exports": "./lib/index.js",
"main": "./lib/index.js",
"types": "lib",
"files": [
"lib",
Expand All @@ -45,7 +46,7 @@
"prepare": "husky install"
},
"dependencies": {
"steno": "^2.1.0"
"steno": "^2.1.1"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
Expand Down

0 comments on commit 20a1300

Please sign in to comment.