Skip to content

Commit

Permalink
Merge pull request #30 from pandawing/feat/add-david
Browse files Browse the repository at this point in the history
Feat/add david
  • Loading branch information
sanemat committed Jul 17, 2015
2 parents 4d32076 + d367123 commit ea77a1b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
6 changes: 4 additions & 2 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"globstar": "*",
"eslint": "^1.0.0-rc",
"power-assert": "*",
"espower-loader": "*"
"espower-loader": "*",
"david": "*"
},
"scripts": {
"changelog": "touch changelog.md && conventional-changelog -i changelog.md --overwrite --preset angular",
Expand All @@ -44,6 +45,7 @@
"git:tag": "git tag v${npm_package_version}",
"lint": "npm run eclint && npm run eslint",
"test": "mocha --require ./enable-power-assert.js -- ./test.js",
"verify": "npm run lint && npm run test"
"verify": "npm run lint && npm run test",
"david": "david update"
}
}
2 changes: 2 additions & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"devDependencies": {
"conventional-changelog": "^0.1.0-beta",
"david": "*",
"eclint": "*",
"eslint": "^1.0.0-rc",
"espower-loader": "*",
Expand All @@ -38,6 +39,7 @@
"repository": "sanemat/example",
"scripts": {
"changelog": "touch changelog.md && conventional-changelog -i changelog.md --overwrite --preset angular",
"david": "david update",
"eclint": "globstar --ignore \"node_modules/**\" -- eclint check \"*.{js,yml,md,json}\"",
"eslint": "eslint .",
"fixpack": "fixpack",
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"devDependencies": {
"conventional-changelog": "0.1.0-beta.1",
"david": "^6.1.6",
"eclint": "^0.2.6",
"eslint": "^1.0.0-rc-1",
"fixpack": "^2.2.0",
Expand Down Expand Up @@ -49,6 +50,7 @@
"repository": "pandawing/generator-nm",
"scripts": {
"changelog": "touch changelog.md && conventional-changelog -i changelog.md --overwrite --preset angular",
"david": "david update",
"eclint": "globstar --ignore \"{{,**/}node_modules/**,temp/**}\" -- eclint check \"{,**/}*.{js,yml,md,json}\"",
"eslint": "eslint .",
"example": "npm run example:link && npm run example:build && npm run example:unlink",
Expand Down
13 changes: 7 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,18 @@ Currently, it uses :

* Lint
* eslint
* eclint (editorconfig)
* eclint - editorconfig
* CI
* travis-ci (ubuntu)
* appveyor (windows)
* tachikoma (tachikoma.io)
* travis-ci - Test on Ubuntu
* appveyor - Test on Windows
* tachikoma - Dependency Update as a Service. http://tachikoma.io
* Test
* mocha
* power-assert
* Utility
* fixpack
* conventional-changelog
* fixpack - Sort package.json
* conventional-changelog - Changelog
* david - Dependency Update

## Changelog

Expand Down

0 comments on commit ea77a1b

Please sign in to comment.