Skip to content

Commit

Permalink
core: update base files and dependencies
Browse files Browse the repository at this point in the history
deps: update dependencies

init-package-json    1.9.3  →   1.9.4
npm-package-arg      4.1.0  →   4.2.0
yeoman-environment   1.5.2  →   1.6.6
yeoman-generator    0.22.5  →  0.24.1
changelog-maker      2.2.0  →   2.2.4
esdoc                0.4.5  →   0.4.8
eslint               2.2.0  →  3.10.2
jq-cli-wrapper       0.3.0  →   0.4.0
marked-man           0.1.5  →   0.1.6
npm-check-updates    2.5.8  →   2.8.6

PR-URL: #13 
Reviewed-By: Jamie Young <jmeyoung@gmail.com>
  • Loading branch information
jamsyoung committed Nov 17, 2016
1 parent d51d61c commit 041220d
Show file tree
Hide file tree
Showing 14 changed files with 4,481 additions and 558 deletions.
4 changes: 3 additions & 1 deletion .esdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"title": "CNN Package Generator",
"source": "./",
"destination": "./docs",
"excludes": ["docs", "node_modules"],
"excludes": ["coverage", "docs", "node_modules"],
"access": ["public", "protected", "private"],
"coverage": false,
"includeSource": false,
"unexportIdentifier": true,
"undocumentIdentifier": false,
"manual": {
"changelog": ["./CHANGELOG.md"]
}
Expand Down
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
coverage
docs
node-modules
./generators/cli/templates/.npm-init.js
test/mocks/*
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.c9
.idea
.ignore
coverage
docs
node_modules
npm-debug.log
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.0
7.1.0
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "4.3"
- "5.6"
- "5.7"
- "4"
- "5"
- "6"
- "7"

4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Authors ordered by first contribution.

James Young <jmeyoung@gmail.com>
Jamie Young <jmeyoung@gmail.com>

# Generated by tools/update-authors.sh
#### Generated by tools/generate-authors.sh
318 changes: 0 additions & 318 deletions COLLABORATOR_GUIDE.md

This file was deleted.

0 comments on commit 041220d

Please sign in to comment.