Skip to content

Commit 14f5faf

Browse files
committed
Updated humpback env version
1 parent e71276b commit 14f5faf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generators/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = class extends Generator {
5757

5858
writing() {
5959
var self = this;
60-
remote('humpbackdev', 'humpback', 'v1.27', function(err, extractPath) {
60+
remote('humpbackdev', 'humpback', 'v1.28', function(err, extractPath) {
6161
self.fs.copy(extractPath, self.destinationPath('./'));
6262
self.fs.copy(extractPath + '/.ahoy', self.destinationPath('.ahoy'));
6363
self.fs.copy(extractPath + '/.ahoy.yml', self.destinationPath('.ahoy.yml'));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-humpback",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "Generate a Drupal project using humpback",
55
"homepage": "https://humpbackdev.com",
66
"author": {

0 commit comments

Comments
 (0)