Add index.d.ts to package.json so it will be installed by npm

This commit is contained in:
Behind The Math
2018-06-17 22:29:58 -04:00
parent 8abb21e1e9
commit c589ab9c25

View File

@@ -22,7 +22,8 @@
"index.js",
"lib",
"pjax.js",
"pjax.min.js"
"pjax.min.js",
"index.d.ts"
],
"types": "index.d.ts",
"devDependencies": {