Skip to content

Commit

Permalink
manpage generation for gulpjs#530
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Jun 24, 2014
1 parent 9a04cdd commit e96a804
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ coverage
sandbox
test/out-fixtures/*
test/watch-*.txt
gulp.1
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# gulp changelog

# 3.8.2

- add manpage generation

# 3.8.1

- the CLI now adds process.env.INIT_CWD which is the original cwd it was launched from
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gulp",
"description": "The streaming build system",
"version": "3.8.1",
"version": "3.8.2",
"homepage": "http://gulpjs.com",
"repository": "gulpjs/gulp",
"author": "Fractal <[email protected]> (http://wearefractal.com/)",
Expand All @@ -23,6 +23,7 @@
"bin": {
"gulp": "./bin/gulp.js"
},
"man": "gulp.1",
"dependencies": {
"archy": "^0.0.2",
"chalk": "^0.4.0",
Expand All @@ -43,6 +44,7 @@
"istanbul": "^0.2.3",
"jshint": "^2.5.0",
"jshint-stylish": "^0.2.0",
"marked-man": "^0.1.3",
"mkdirp": "^0.5.0",
"mocha": "^1.17.0",
"mocha-lcov-reporter": "^0.0.1",
Expand All @@ -51,6 +53,7 @@
"should": "^4.0.0"
},
"scripts": {
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
"lint": "jshint lib bin index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
"test": "npm run-script lint && mocha --reporter spec",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
Expand Down

0 comments on commit e96a804

Please sign in to comment.