Skip to content

Commit

Permalink
Add dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 21, 2017
1 parent 80e9cb3 commit ba76507
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
"tips"
],
"devDependencies": {
"docsify-cli": "latest",
"standard-markdown": "latest"
},
"engines": {
"node": "4"
},
"scripts": {
"dev": "docsify serve docs",
"lint": "standard-markdown docs/**/*.md !docs/v8-tips/freeing-memory.md !docs/workflow/scope.md",
"pretest": "npm run lint",
"test": "echo 'no tests yet' && exit 0"
Expand Down

0 comments on commit ba76507

Please sign in to comment.