Skip to content

Commit

Permalink
yarn replaced by npm in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsameer committed Sep 14, 2017
1 parent 47333f7 commit 0fcadc5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2,401 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ node_modules/
examples/todomvc/.idea/
docs/build/_book/
docs/build/index.html
*.epub
*.pdf
*.mobi
*~
docs/**/*.epub
docs/**/*.pdf
docs/**/*.mobi
*~
yarn.lock
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"repository": "https://github.com/Day8/re-frame.git",
"scripts": {
"serve": "gitbook serve",
"epub": "gitbook epub docs/build/",
"mobi": "gitbook mobi docs/build/",
"pdf": "gitbook pdf docs/build/",
"epub": "gitbook epub docs/build/ docs/build/re-frame.epub",
"mobi": "gitbook mobi docs/build/ docs/build/re-frame.mobi",
"pdf": "gitbook pdf docs/build/ docs/build/re-frame.pdf",
"html": "gitbook build docs/build/",
"build": "yarn html && yarn pdf && yarn mobi && yarn epub"
"build": "npm run html && npm run pdf && npm run mobi && npm run epub"
},
"dependencies": {
"gitbook-cli": "^2.3.2"
Expand Down
Loading

0 comments on commit 0fcadc5

Please sign in to comment.