Skip to content

Commit 0904760

Browse files
TLDMainphortx
authored andcommitted
Use index.d.ts instead vuex-orm-graphql.d.ts as typings (#110)
1 parent b7c95de commit 0904760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Vuex-ORM persistence plugin to sync the store against a GraphQL API.",
55
"main": "dist/vuex-orm-graphql.umd.js",
66
"module": "dist/vuex-orm-graphql.es5.js",
7-
"typings": "dist/types/vuex-orm-graphql.d.ts",
7+
"typings": "dist/types/index.d.ts",
88
"files": [
99
"dist"
1010
],

0 commit comments

Comments
 (0)