1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-26 00:27:28 +02:00

remove phantom from dev deps

This commit is contained in:
Ian Storm Taylor
2016-07-18 12:40:42 -07:00
parent d3bca036f8
commit 1e290785ca
2 changed files with 0 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ eslint = $(bin)/eslint
http-server = $(bin)/http-server
gh-pages = $(bin)/gh-pages
mocha = $(bin)/mocha
mocha-phantomjs = $(bin)/mocha-phantomjs
node = node
watchify = $(bin)/watchify

View File

@@ -42,7 +42,6 @@
"gh-pages": "^0.11.0",
"http-server": "^0.9.0",
"mocha": "^2.5.3",
"mocha-phantomjs": "^4.0.2",
"prismjs": "^1.5.1",
"react": "^15.2.0",
"react-addons-perf": "^15.2.1",