Skip to content

Commit 436c7aa

Browse files
committed
Set package version back to 0.16.0
1 parent 4f0a14e commit 436c7aa

File tree

3 files changed

+11
-138
lines changed

3 files changed

+11
-138
lines changed

bin/release.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,13 @@ if (masterCheckout.code === 0) {
129129
// console.log(releaseBranchDelete.stderr || releaseBranchDelete.stdout)
130130
// shell.exit(1)
131131
// }
132+
133+
// install vendor deps back
134+
const vendorInstallAll = shell.exec('composer install', silent)
135+
if (vendorInstallAll.code === 0) {
136+
shell.echo('Installed vendor deps back.')
137+
} else {
138+
shell.echo('Warning: Could not install vendor deps back. Try "composer install" to fix it.')
139+
console.log(vendorInstallAll.stderrr)
140+
shell.exit(1)
141+
}

package-lock.json

Lines changed: 0 additions & 137 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "processgraphql",
3-
"version": "0.16.5",
3+
"version": "0.16.0",
44
"description": "GraphQL for ProcessWire",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)