Skip to content

Commit

Permalink
fix: per package.json warning (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
billnbell committed Apr 3, 2022
1 parent 9ec18d7 commit 664465f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Expand Up @@ -14,9 +14,12 @@
"main": "lib/index.cjs",
"module": "lib/index.es2015.mjs",
"exports": {
"require": "./lib/index.cjs",
"import": "./lib/index.es2015.mjs",
"types": "./lib/index.d.ts"
".": {
"require": "./lib/index.cjs",
"import": "./lib/index.es2015.mjs",
"types": "./lib/index.d.ts"
},
"./package.json": "./package.json"
},
"es2015": "lib/index.es2015.mjs",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 664465f

Please sign in to comment.