Skip to content

Commit

Permalink
chore: update ghpages deploy
Browse files Browse the repository at this point in the history
Use a new dependency that is more active and more widely used.
  • Loading branch information
Ilya Radchenko committed Nov 5, 2018
1 parent bd9b791 commit e9622cb
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 2 deletions.
190 changes: 190 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint": "eslint bin lib test",
"test-with-coverage": "nyc --reporter=text node test | tap-spec",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"deploy:docs": "docpress b && git-update-ghpages zemirco/json2csv _docpress",
"deploy:docs": "docpress b && gh-pages -d _docpress",
"prepublish": "in-publish && npm run before:publish || not-in-publish",
"before:publish": "npm test && npm run build && npm run deploy:docs",
"release": "standard-version"
Expand All @@ -52,7 +52,7 @@
"coveralls": "^3.0.1",
"docpress": "^0.7.1",
"eslint": "^5.0.1",
"git-update-ghpages": "^1.3.0",
"gh-pages": "^2.0.1",
"in-publish": "^2.0.0",
"nyc": "^12.0.2",
"rollup": "^0.62.0",
Expand Down

0 comments on commit e9622cb

Please sign in to comment.