diff --git a/package.json b/package.json index a857334..0d0ba54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuex-i18n", - "version": "1.12.0", + "version": "1.13.0", "description": "Easy localization for vue-components using vuex as data store", "directories": { "test": "test", @@ -8,6 +8,7 @@ "lib": "src" }, "main": "dist/vuex-i18n.es.js", + "types": "dist/vuex-i18n.d.ts", "files": ["dist"], "repository": { "type": "git",