Skip to content

Commit 37e449a

Browse files
authored
Merge pull request #47 from akhuoa/feature/license
Add license and repository info
2 parents 062b61d + b0103f5 commit 37e449a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@abi-software/plotvuer",
33
"version": "1.0.5",
4+
"license": "Apache-2.0",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/ABI-Software/plotvuer.git"
8+
},
49
"scripts": {
510
"serve": "vite serve --host",
611
"build": "vue-cli-service build --mode static",

0 commit comments

Comments
 (0)