Skip to content

Commit

Permalink
bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Dec 23, 2023
1 parent 88598f8 commit 2a19ede
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ src/

.eslintrc.json
.travis.yml
prettier.config.js
prettier.config.cjs
tsconfig.json
webpack.config.js
webpack.config.cjs

.github/workflows
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-module-alias-transformer",
"version": "1.0.4",
"version": "2.0.0",
"description": "A cli tool uses Babel to rewrite module name from typescript's build result including .d.ts files.",
"type": "module",
"exports": "./dist/index.js",
Expand Down

0 comments on commit 2a19ede

Please sign in to comment.