Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73a2c578a5 | |||
| 37d68f024e |
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jdbernard/vue-common",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
10
package.json
10
package.json
@@ -1,12 +1,20 @@
|
||||
{
|
||||
"name": "@jdbernard/vue-common",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.4",
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user