diff --git a/package.json b/package.json index 2c0b7c0c..759bfee4 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,11 @@ "description": "FeathersJS, Vue, and Nuxt for the artisan developer", "version": "3.16.0", "homepage": "https:feathers-vuex.feathersjs-ecosystem.com", - "main": "dist/", - "module": "dist/", + "main": "dist/index.js", "types": "dist/", + "exports": { + "import": "dist/index.js" + }, "keywords": [ "vue", "feathers",