Skip to content

Commit ab725ff

Browse files
committed
npm: Align repository and publishConfig values to recommended format
- Use object format for repository config wth type, git URL, and package directory - Add missing publishConfig for material-renderers and vanilla-renderers packages
1 parent 5b2b2e7 commit ab725ff

File tree

10 files changed

+56
-10
lines changed

10 files changed

+56
-10
lines changed

packages/angular-material/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@jsonforms/angular-material",
33
"version": "3.7.0-alpha.1",
44
"description": "Material Renderer Set for Angular module of JSON Forms",
5-
"repository": "https://github.com/eclipsesource/jsonforms",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/eclipsesource/jsonforms.git",
8+
"directory": "packages/angular-material"
9+
},
610
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
711
"homepage": "http://jsonforms.io/",
812
"license": "MIT",

packages/angular/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@jsonforms/angular",
33
"version": "3.7.0-alpha.1",
44
"description": "Angular module of JSON Forms",
5-
"repository": "https://github.com/eclipsesource/jsonforms",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/eclipsesource/jsonforms.git",
8+
"directory": "packages/angular"
9+
},
610
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
711
"homepage": "http://jsonforms.io/",
812
"license": "MIT",

packages/core/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@jsonforms/core",
33
"version": "3.7.0-alpha.1",
44
"description": "Core module of JSON Forms",
5-
"repository": "https://github.com/eclipsesource/jsonforms",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/eclipsesource/jsonforms.git",
8+
"directory": "packages/core"
9+
},
610
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
711
"homepage": "http://jsonforms.io/",
812
"license": "MIT",

packages/examples/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@jsonforms/examples",
33
"version": "3.7.0-alpha.1",
44
"description": "JSON Forms Example Data",
5-
"repository": "https://github.com/eclipsesource/jsonforms",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/eclipsesource/jsonforms.git",
8+
"directory": "packages/examples"
9+
},
610
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
711
"homepage": "http://jsonforms.io/",
812
"license": "MIT",

packages/material-renderers/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
"name": "@jsonforms/material-renderers",
33
"version": "3.7.0-alpha.1",
44
"description": "Material Renderer Set for JSON Forms",
5-
"repository": "https://github.com/eclipsesource/jsonforms",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/eclipsesource/jsonforms.git",
8+
"directory": "packages/material-renderers"
9+
},
610
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
711
"homepage": "http://jsonforms.io/",
812
"license": "MIT",
13+
"publishConfig": {
14+
"access": "public"
15+
},
916
"directories": {
1017
"example": "example",
1118
"src": "src",

packages/react/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@jsonforms/react",
33
"version": "3.7.0-alpha.1",
44
"description": "React module of JSON Forms",
5-
"repository": "https://github.com/eclipsesource/jsonforms",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/eclipsesource/jsonforms.git",
8+
"directory": "packages/react"
9+
},
610
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
711
"homepage": "http://jsonforms.io/",
812
"license": "MIT",

packages/vanilla-renderers/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
"name": "@jsonforms/vanilla-renderers",
33
"version": "3.7.0-alpha.1",
44
"description": "Default Renderer Set for JSON Forms",
5-
"repository": "https://github.com/eclipsesource/jsonforms",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/eclipsesource/jsonforms.git",
8+
"directory": "packages/vanilla-renderers"
9+
},
610
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
711
"homepage": "http://jsonforms.io/",
812
"license": "MIT",
13+
"publishConfig": {
14+
"access": "public"
15+
},
916
"main": "lib/jsonforms-react-vanilla.cjs.js",
1017
"module": "lib/jsonforms-react-vanilla.esm.js",
1118
"typings": "lib/index.d.ts",

packages/vue-vanilla/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@jsonforms/vue-vanilla",
33
"version": "3.7.0-alpha.1",
44
"description": "Vue 3 Vanilla renderers for JSON Forms",
5-
"repository": "https://github.com/eclipsesource/jsonforms",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/eclipsesource/jsonforms.git",
8+
"directory": "packages/vue-vanilla"
9+
},
610
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
711
"homepage": "http://jsonforms.io/",
812
"license": "MIT",

packages/vue-vuetify/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@jsonforms/vue-vuetify",
33
"version": "3.7.0-alpha.1",
44
"description": "Vue Vuetify renderers for JSON Forms",
5-
"repository": "https://github.com/eclipsesource/jsonforms",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/eclipsesource/jsonforms.git",
8+
"directory": "packages/vue-vuetify"
9+
},
610
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
711
"homepage": "http://jsonforms.io/",
812
"license": "MIT",

packages/vue/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@jsonforms/vue",
33
"version": "3.7.0-alpha.1",
44
"description": "Vue 3 module of JSON Forms",
5-
"repository": "https://github.com/eclipsesource/jsonforms",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/eclipsesource/jsonforms.git",
8+
"directory": "packages/vue"
9+
},
610
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
711
"homepage": "http://jsonforms.io/",
812
"license": "MIT",

0 commit comments

Comments
 (0)