Skip to content

Commit

Permalink
chore(demo): remove unused Prism dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jun 3, 2018
1 parent 928cff1 commit 0b295ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
52 changes: 0 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"immutable": "~3.7.6",
"normalize.css": "^7.0.0",
"prettier": "^1.12.1",
"prismjs": "^1.14.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-scripts": "^1.1.4",
Expand Down
1 change: 0 additions & 1 deletion src/demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import "./utils/typography.css";
import "./utils/layout.css";
import "./utils/objects.css";

import "prismjs/themes/prism.css";
import "draft-js/dist/Draft.css";

import "./components/header.css";
Expand Down

0 comments on commit 0b295ee

Please sign in to comment.