Skip to content

Commit be8b316

Browse files
committed
rename typescript definition file
1 parent 89187a6 commit be8b316

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": "github/task-lists-element",
66
"main": "dist/index.umd.js",
77
"module": "dist/index.esm.js",
8-
"types": "task-lists-element.d.ts",
8+
"types": "index.d.ts",
99
"scripts": {
1010
"clean": "rm -rf dist",
1111
"lint": "github-lint",
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"files": [
2424
"dist",
25-
"task-lists-element.d.ts"
25+
"index.d.ts"
2626
],
2727
"devDependencies": {
2828
"@babel/core": "^7.4.5",

0 commit comments

Comments
 (0)