Skip to content

Commit 1f1c47e

Browse files
committed
..
1 parent 3c0ce2c commit 1f1c47e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dist
22
/helpers
3-
/migration
3+
migration.*
44
/test/browser/bundle.js
55
node_modules
66
.vscode

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"files": [
4040
"dist",
4141
"helpers",
42-
"migration",
42+
"migration.d.ts",
43+
"migration.js",
4344
"outdated-typescript.d.ts"
4445
],
4546
"exports": {

0 commit comments

Comments
 (0)