Skip to content

Commit

Permalink
Move github-markdown-css to dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Sep 13, 2017
1 parent 29e51f1 commit 2d0b145
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
]
},
"dependencies": {
"github-markdown-css": "^2.4.1",
"highlight.js": "^9.10.0"
},
"dev-dependencies": {
"github-markdown-css": "^2.4.1"
},
"scripts": {
"build": "node ./build/update-github-markdown-css.js"
}
Expand Down

0 comments on commit 2d0b145

Please sign in to comment.