Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/2.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Jun 27, 2018
2 parents 5da316f + 6d910dc commit 82a85c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions generators/generate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const Generator = require('yeoman-generator');
const chalk = require('chalk');
const pathExists = require('path-exists');
const fs = require('fs');
const slug = require('slug');

const checkUpdate = require('../check-update');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-toolbox",
"version": "2.1.2",
"version": "2.1.3",
"description": "Yeoman generator",
"homepage": "http://frontend.github.io/toolbox/",
"author": {
Expand Down

0 comments on commit 82a85c2

Please sign in to comment.