-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update jekyll to version 3.3.1 * Cleanup path * Update dev dependencies * Bump the version
- Loading branch information
Nir Galon
authored
Dec 5, 2016
1 parent
daf6264
commit d869391
Showing
5 changed files
with
9 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "generator-jekyll-starter-kit", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Combine Jekyll and Google web-starter-kit to enjoy the best of both worlds", | ||
"homepage": "https://github.com/nirgn975/generator-jekyll-starter-kit", | ||
"author": { | ||
"name": "Nir Galon", | ||
"email": "[email protected]", | ||
"url": "http://nirgn.com" | ||
"url": "http://www.nirgn.com" | ||
}, | ||
"files": [ | ||
"generators" | ||
|
@@ -36,7 +36,7 @@ | |
}, | ||
"devDependencies": { | ||
"eslint": "^3.1.1", | ||
"eslint-config-xo-space": "^0.14.0", | ||
"eslint-config-xo-space": "^0.15.0", | ||
"gulp": "^3.9.0", | ||
"gulp-coveralls": "^0.1.0", | ||
"gulp-eslint": "^3.0.1", | ||
|