Skip to content

Commit

Permalink
add deps and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Mar 14, 2018
1 parent 2374803 commit 70fb767
Show file tree
Hide file tree
Showing 2 changed files with 1,426 additions and 88 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"scripts": {
"build": "bolt ws exec -- node_modules/.bin/babel src -d dist --quiet",
"commit": "git-cz",
"docs:build": "cd docs && gitbook build",
"docs:install": "cd docs && gitbook install",
"docs:serve": "cd docs && gitbook serve",
"lint": "bolt ws exec -- node_modules/.bin/eslint src test",
"test": "bolt ws run test"
},
Expand All @@ -40,6 +43,7 @@
"electron-rebuild": "^1.6.0",
"form-data": "^2.1.4",
"fs-extra": "^5.0.0",
"gitbook-cli": "^2.3.2",
"glob": "^7.1.1",
"inquirer": "^5.0.0",
"lodash.merge": "^4.6.0",
Expand Down
Loading

0 comments on commit 70fb767

Please sign in to comment.