Skip to content

Commit

Permalink
fix: fix wrong typescript def file location
Browse files Browse the repository at this point in the history
closes #153
  • Loading branch information
3cp committed Nov 5, 2020
1 parent cf8417b commit 1ffac6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"module": "dist/meriyah.esm.js",
"jsnext:main": "dist/meriyah.esm.js",
"browser": "dist/meriyah.umd.js",
"types": "dist/meriyah.d.ts",
"typings": "dist/meriyah.d.ts",
"types": "dist/src/meriyah.d.ts",
"typings": "dist/src/meriyah.d.ts",
"author": "KFlash",
"license": "ISC",
"homepage": "https://github.com/meriyah/meriyah",
Expand Down

0 comments on commit 1ffac6e

Please sign in to comment.