Skip to content

Commit

Permalink
Bump version 2.0 - supports library imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nktnet committed Oct 20, 2023
1 parent 24fde1d commit a654c16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,12 @@
"type": "git",
"url": "https://github.com/nktnet1/import-sync"
},
"version": "1.0.4",
"version": "2.0.0",
"files": [
"dist"
],
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"exports": {
".": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
}
},
"scripts": {
"test": "jest",
"tc": "jest --coverage",
Expand Down

0 comments on commit a654c16

Please sign in to comment.