Skip to content

Commit ea23474

Browse files
committed
:pencil_2: scope package name to @Muenchen and add publish-information
1 parent 10fcecd commit ea23474

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
{
2-
"name": "mde5-patternlab-vue",
3-
"author": "Fabian Wilms",
2+
"name": "@muenchen/muc-patternlab-vue",
3+
"author": "FabianWilms",
44
"description": "A vue component library of some of the components available from https://patternlab.muenchen.space",
55
"version": "0.1.0",
66
"private": false,
77
"type": "module",
88
"main": "./dist/mde5-patternlab-vue.umd.cjs",
99
"module": "./dist/mde5-patternlab-vue.js",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/it-at-m/muc-patternlab-vue"
13+
},
14+
"publishConfig": {
15+
"access": "public",
16+
"provenance": true
17+
},
1018
"exports": {
1119
".": {
1220
"import": "./dist/mde5-patternlab-vue.js",

0 commit comments

Comments
 (0)