Skip to content

Commit

Permalink
Update docpress dep reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 30, 2016
1 parent ac4e5e2 commit 324abff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ env:
- GIT_SOURCE: _docpress

script:
- cd ./node_modules/.bin/gulp build
- cd ./node_modules/.bin/docpress build
- ./node_modules/.bin/gulp build
- ./node_modules/.bin/docpress build
- cp -a .gh-pages/. _docpress/

after_success:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"devDependencies": {
"coffee-script": "latest",
"docpress": "~0.6.13",
"docpress": "docpress/docpress#next",
"gulp": "latest",
"gulp-add-src": "latest",
"gulp-autoprefixer": "latest",
Expand Down

0 comments on commit 324abff

Please sign in to comment.