mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
include dist in npm publish.
This commit is contained in:
parent
224a84d082
commit
c48caf32eb
10
package.json
10
package.json
@ -5,9 +5,19 @@
|
||||
"main": "dist/neko.umd.js",
|
||||
"module": "dist/neko.common.js",
|
||||
"unpkg": "dist/neko.min.js",
|
||||
"files": [
|
||||
"dist/*"
|
||||
],
|
||||
"browser": {
|
||||
"./sfc": "src/component/main.vue"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitlab.com/demodesk/neko/client.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/demodesk/neko/client/-/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve --mode development",
|
||||
"lint": "vue-cli-service lint",
|
||||
|
Loading…
Reference in New Issue
Block a user