Skip to content

Commit 6811107

Browse files
committed
another try
1 parent 788a7f3 commit 6811107

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@geode/opengeodeweb-front",
3-
"private": false,
43
"scripts": {
54
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
65
},
@@ -40,14 +39,17 @@
4039
"type": "git",
4140
"url": "git+https://github.com/Geode-solutions/OpenGeodeWeb-Front.git"
4241
},
43-
"keywords": [
44-
"vue",
45-
"vuetify"
46-
],
47-
"author": "@geode",
42+
"author": {
43+
"name": "Geode-solutions",
44+
"email": "[email protected]",
45+
"url": "https://geode-solutions.com/"
46+
},
4847
"license": "MIT",
4948
"bugs": {
5049
"url": "https://github.com/Geode-solutions/OpenGeodeWeb-Front/issues"
5150
},
52-
"homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Front#readme"
51+
"homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Front",
52+
"publishConfig": {
53+
"access": "public"
54+
}
5355
}

0 commit comments

Comments
 (0)