@oneblink/release-cli 4.0.0-beta.1 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -91,12 +91,6 @@ const productRepositories = [
|
|
|
91
91
|
isPublic: false,
|
|
92
92
|
type: 'NODE_JS',
|
|
93
93
|
},
|
|
94
|
-
{
|
|
95
|
-
label: 'Volunteers Client',
|
|
96
|
-
repositoryName: 'product-volunteers-client',
|
|
97
|
-
isPublic: false,
|
|
98
|
-
type: 'NODE_JS',
|
|
99
|
-
},
|
|
100
94
|
{
|
|
101
95
|
label: 'Built-in Data Sources',
|
|
102
96
|
repositoryName: 'built-in-data-sources',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oneblink/release-cli",
|
|
3
3
|
"description": "Used internally by OneBlink to release repositories quickly and consistently",
|
|
4
|
-
"version": "4.0.0
|
|
4
|
+
"version": "4.0.0",
|
|
5
5
|
"author": "OneBlink <developers@oneblink> (https://github.com/oneblink)",
|
|
6
6
|
"bin": {
|
|
7
7
|
"oneblink-release": "dist/bin.js"
|