Skip to content

Commit

Permalink
run update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Feb 5, 2017
1 parent 58025fd commit 6b8f0e3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -21,6 +21,7 @@ _gh_pages
_draft
_drafts
bower_components
vendor
temp
tmp
TODO.md
8 changes: 6 additions & 2 deletions .verb.md
@@ -1,4 +1,4 @@
# {%= name %} {%= badge('npm') %} {%= badge('npm-downloads-monthly') %} {%= badge('npm-downloads-total') %} {%= ifExists(["test", "test.js"], badge('travisLinux')) %} {%= ifExists("appveyor.yml", badge('appveyor')) %}
# {%= name %} {%= badge('npm') %} {%= badge('npm-downloads-monthly') %} {%= badge('npm-downloads-total') %} {%= ifExists(["test", "test.js"], badge("travis")) %} {%= ifExists("appveyor.yml", badge('appveyor')) %}

> {%= description %}
Expand Down Expand Up @@ -94,7 +94,11 @@ Get updates on Breakdance's development and chat with the project maintainers an
{%= gh.contributors() %}

### Release history
{%= section("history") %}
{%= increaseHeadings(increaseHeadings(changelog('changelog.md', {
changelogFooter: true,
stripHeading: true,
repo: repo
}))) %}

### Running tests
{%= include("running-tests") %}
Expand Down
13 changes: 11 additions & 2 deletions package.json
Expand Up @@ -54,12 +54,15 @@
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-unused": "^0.2.0",
"helper-changelog": "^0.3.0",
"js-beautify": "^1.6.8",
"kind-of": "^3.1.0",
"mocha": "^3.2.0",
"strip-color": "^0.1.0",
"time-diff": "^0.3.1",
"write": "^0.3.2"
"verb-generate-readme": "^0.4.2",
"write": "^0.3.2",
"yargs-parser": "^4.2.1"
},
"keywords": [
"breakdance",
Expand All @@ -86,6 +89,9 @@
"plugins": [
"gulp-format-md"
],
"helpers": [
"helper-changelog"
],
"lint": {
"reflinks": true
},
Expand All @@ -103,7 +109,10 @@
"remarkable",
"snapdragon",
"verb",
"verb-generate-readme"
"verb-generate-readme",
"breakdance-util",
"helper-changelog",
"keep-a-changelog"
]
}
}

0 comments on commit 6b8f0e3

Please sign in to comment.