We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fcecd commit ea23474Copy full SHA for ea23474
package.json
@@ -1,12 +1,20 @@
1
{
2
- "name": "mde5-patternlab-vue",
3
- "author": "Fabian Wilms",
+ "name": "@muenchen/muc-patternlab-vue",
+ "author": "FabianWilms",
4
"description": "A vue component library of some of the components available from https://patternlab.muenchen.space",
5
"version": "0.1.0",
6
"private": false,
7
"type": "module",
8
"main": "./dist/mde5-patternlab-vue.umd.cjs",
9
"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
18
"exports": {
19
".": {
20
"import": "./dist/mde5-patternlab-vue.js",
0 commit comments