Add export definitions.

This commit is contained in:
Jonathan Bernard 2022-02-03 12:38:01 -06:00
parent 193b9a9bcc
commit 37d68f024e
2 changed files with 10 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@jdbernard/vue-common",
"version": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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"