Skip to content
This repository was archived by the owner on May 22, 2022. It is now read-only.

Commit 9042c80

Browse files
committed
v0.0.2
1 parent fdb2c13 commit 9042c80

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

ts-packages/vue-excel-initializer/package.json

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
11
{
2-
"name": "vue-excel-initializer",
3-
"version": "0.0.0",
4-
"repository": "[email protected]:xsoulspace/flutter_vue_excel_intializer.git",
2+
"name": "@xsoulspace/vue-excel-initializer",
3+
"version": "0.0.2",
4+
"main": "dist/index.js",
5+
"typings": "dist/index.d.ts",
6+
"author": {
7+
"name": "Anton Malofeev",
8+
"email": "[email protected]"
9+
},
10+
"license": "MIT",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com:xsoulspace/flutter_vue_excel_intializer"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/xsoulspace/flutter_vue_excel_intializer/issues"
17+
},
18+
"homepage": "https://github.com/xsoulspace/flutter_vue_excel_intializer#readme",
19+
"private": false,
20+
"files": [
21+
"dist"
22+
],
523
"scripts": {
624
"dev": "vite",
7-
"build": "vue-tsc --noEmit && vite build",
8-
"serve": "vite preview"
25+
"serve": "vite preview",
26+
"build": "yarn clean && yarn compile",
27+
"clean": "rm -rf ./dist ./coverage ./generated",
28+
"compile": "tsc -p tsconfig.build.json",
29+
"patch": "yarn version --patch && git push && git push origin --tags",
30+
"minor": "yarn version --minor && git push && git push origin --tags"
931
},
1032
"dependencies": {
1133
"vue": "^3.1.0-beta.7"

0 commit comments

Comments
 (0)