Skip to content

Commit

Permalink
replace import specifier with module (#767)
Browse files Browse the repository at this point in the history
Fixes #764

Co-authored-by: Caleb ツ Everett <calebev@amazon.com>
Co-authored-by: Khushboo <68757952+desaikd@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 6, 2023
1 parent 2fe2f03 commit 7fb8986
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 @@ -5,8 +5,8 @@
"main": "dist/commonjs/es6/Ion.js",
"types": "dist/commonjs/es6/Ion.d.ts",
"exports": {
"import": "./dist/es6/es6/Ion.js",
"require": "./dist/commonjs/es6/Ion.js"
"module": "./dist/es6/es6/Ion.js",
"default": "./dist/commonjs/es6/Ion.js"
},
"scripts": {
"commit": "git-cz",
Expand Down

0 comments on commit 7fb8986

Please sign in to comment.