-
-
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 yeoman-generator version * Update Node.js versions on Travis-CI * Upgrade to yeoman 1.8.5 * Fix eslint * Change from David-DM to Dependency-CI
- Loading branch information
Nir Galon
authored
Jan 13, 2017
1 parent
9ee816e
commit c2bdb0c
Showing
51 changed files
with
20 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: | ||
- v7 | ||
- v6 | ||
- v5 | ||
- v4 |
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,4 +1,4 @@ | ||
Copyright (c) 2016 Nir Galon <[email protected]> (http://nirgn.com) | ||
Copyright (c) 2017 Nir Galon <[email protected]> (http://www.nirgn.com) | ||
|
||
Permission to use, copy, modify, and/or distribute this software for | ||
any purpose with or without fee is hereby granted, provided that the | ||
|
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
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
generators/app/templates/my-awesome-site/_includes-pug/example.pug
100644 → 100755
Empty file.
Empty file modified
0
generators/app/templates/my-awesome-site/_includes/footer.html
100644 → 100755
Empty file.
Empty file.
Empty file modified
0
generators/app/templates/my-awesome-site/_includes/header.html
100644 → 100755
Empty file.
Empty file modified
0
generators/app/templates/my-awesome-site/_layouts/default.html
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified
0
generators/app/templates/my-awesome-site/_posts/2016-09-08-welcome-to-jekyll.md
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
generators/app/templates/my-awesome-site/images/touch/apple-touch-icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
...rators/app/templates/my-awesome-site/images/touch/chrome-touch-icon-192x192.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
generators/app/templates/my-awesome-site/images/touch/icon-128x128.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
...pp/templates/my-awesome-site/images/touch/ms-touch-icon-144x144-precomposed.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
generators/app/templates/my-awesome-site/sass/_syntax-highlighting.sass
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
generators/app/templates/my-awesome-site/scss/_syntax-highlighting.scss
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
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,11 +1,11 @@ | ||
{ | ||
"name": "generator-jekyll-starter-kit", | ||
"version": "1.0.7", | ||
"version": "2.0.0", | ||
"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]", | ||
"email": "[email protected]", | ||
"url": "http://www.nirgn.com" | ||
}, | ||
"files": [ | ||
|
@@ -30,24 +30,24 @@ | |
"yeoman-generator" | ||
], | ||
"dependencies": { | ||
"yeoman-generator": "^0.24.1", | ||
"chalk": "^1.0.0", | ||
"yosay": "^1.0.0" | ||
"yeoman-generator": "^1.0.0", | ||
"chalk": "^1.1.3", | ||
"yosay": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"yeoman-test": "^1.6.0", | ||
"yeoman-assert": "^2.2.1", | ||
"eslint": "^3.1.1", | ||
"eslint-config-xo-space": "^0.15.0", | ||
"gulp": "^3.9.0", | ||
"gulp-coveralls": "^0.1.0", | ||
"gulp-eslint": "^3.0.1", | ||
"gulp-exclude-gitignore": "^1.0.0", | ||
"gulp-istanbul": "^1.0.0", | ||
"gulp-line-ending-corrector": "^1.0.1", | ||
"gulp-istanbul": "^1.0.0", | ||
"gulp-mocha": "^3.0.1", | ||
"gulp-nsp": "^2.1.0", | ||
"gulp-plumber": "^1.0.0", | ||
"yeoman-assert": "^2.0.0", | ||
"yeoman-test": "^1.0.0" | ||
"gulp-nsp": "^2.1.0", | ||
"gulp-coveralls": "^0.1.0" | ||
}, | ||
"eslintConfig": { | ||
"extends": "xo-space", | ||
|
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