direct-vuex
Advanced tools
Comparing version 0.6.7 to 0.6.8
{ | ||
"name": "direct-vuex", | ||
"version": "0.6.7", | ||
"description": "Just Vuex with typing. Compatible with the Vue 3 composition API.", | ||
"version": "0.6.8", | ||
"description": "Vuex with TypeScript types. Compatible with the Vue 3 composition API.", | ||
"author": "Paleo", | ||
@@ -34,8 +34,4 @@ "main": "dist/direct-vuex.js", | ||
"vuex", | ||
"typing", | ||
"typescript", | ||
"vue3", | ||
"vue", | ||
"vuejs" | ||
"typescript" | ||
] | ||
} |
@@ -6,7 +6,5 @@ { | ||
], | ||
"jsRules": true, | ||
"linterOptions": { | ||
"exclude": [ | ||
"node_modules/**", | ||
"jest.config.js" | ||
"node_modules/**" | ||
] | ||
@@ -13,0 +11,0 @@ }, |
29345
548