diff --git a/package-lock.json b/package-lock.json index f7be189..e25b175 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@jdbernard/vue-common", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7e7f0f5..c58be23 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,20 @@ { "name": "@jdbernard/vue-common", - "version": "1.0.2", + "version": "1.0.3", "description": "Extra stuff I always use when building Vue applications.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], + "exports": { + ".": "./dist/index.js", + "injector": "./dist/injector.js", + "sorting": "./dist/sorting.js", + "state": "./dist/state.js", + "toast.service": "./dist/toast.service.js", + "util": "./dist/util.js" + }, "scripts": { "build": "tsc --build tsconfig.json && cp -r src/components dist/.", "test": "echo \"Error: no test specified\" && exit 1"