We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6726081 commit cdc7370Copy full SHA for cdc7370
package.json
@@ -3,6 +3,10 @@
3
"version": "4.2.0",
4
"description": "Effortlessly keep vue-router and vuex store in sync.",
5
"main": "index.js",
6
+ "files": [
7
+ "index.js",
8
+ "index.d.ts"
9
+ ],
10
"scripts": {
11
"test": "jest"
12
},
0 commit comments