Skip to content

Commit 72b27be

Browse files
committed
change types output to index.d.ts
1 parent af6003f commit 72b27be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"files": [
88
"dist"
99
],
10-
"types": "dist/expression-globals-typescript.d.ts",
10+
"types": "dist/index.d.ts",
1111
"scripts": {
12-
"build": "rollup -c && cp src/types.d.ts dist/expression-globals-typescript.d.ts",
12+
"build": "rollup -c && cp src/types.d.ts dist/index.d.ts",
1313
"test": "echo \"Error: no test specified\"",
1414
"publish": "npm run build && np"
1515
},

0 commit comments

Comments
 (0)