Skip to content

Commit a364370

Browse files
filips-alpeScriptedAlchemy
authored andcommitted
build(package.json): Publish TS declaration file (faceyspacey#100)
fix faceyspacey#99
1 parent 71dbb73 commit a364370

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"node": ">= 6.9.0 <7.0.0 || >= 8.9.0"
1111
},
1212
"main": "dist/cjs.js",
13+
"types": "index.d.ts",
1314
"files": [
14-
"dist"
15+
"dist",
16+
"index.d.ts"
1517
],
1618
"keywords": [
1719
"css",

0 commit comments

Comments
 (0)