Add export definitions.
This commit is contained in:
parent
193b9a9bcc
commit
37d68f024e
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jdbernard/vue-common",
|
"name": "@jdbernard/vue-common",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
10
package.json
10
package.json
@ -1,12 +1,20 @@
|
|||||||
{
|
{
|
||||||
"name": "@jdbernard/vue-common",
|
"name": "@jdbernard/vue-common",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Extra stuff I always use when building Vue applications.",
|
"description": "Extra stuff I always use when building Vue applications.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"/dist"
|
"/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": {
|
"scripts": {
|
||||||
"build": "tsc --build tsconfig.json && cp -r src/components dist/.",
|
"build": "tsc --build tsconfig.json && cp -r src/components dist/.",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user