mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-26 08:34:28 +02:00
remove phantom from dev deps
This commit is contained in:
1
Makefile
1
Makefile
@@ -8,7 +8,6 @@ eslint = $(bin)/eslint
|
|||||||
http-server = $(bin)/http-server
|
http-server = $(bin)/http-server
|
||||||
gh-pages = $(bin)/gh-pages
|
gh-pages = $(bin)/gh-pages
|
||||||
mocha = $(bin)/mocha
|
mocha = $(bin)/mocha
|
||||||
mocha-phantomjs = $(bin)/mocha-phantomjs
|
|
||||||
node = node
|
node = node
|
||||||
watchify = $(bin)/watchify
|
watchify = $(bin)/watchify
|
||||||
|
|
||||||
|
@@ -42,7 +42,6 @@
|
|||||||
"gh-pages": "^0.11.0",
|
"gh-pages": "^0.11.0",
|
||||||
"http-server": "^0.9.0",
|
"http-server": "^0.9.0",
|
||||||
"mocha": "^2.5.3",
|
"mocha": "^2.5.3",
|
||||||
"mocha-phantomjs": "^4.0.2",
|
|
||||||
"prismjs": "^1.5.1",
|
"prismjs": "^1.5.1",
|
||||||
"react": "^15.2.0",
|
"react": "^15.2.0",
|
||||||
"react-addons-perf": "^15.2.1",
|
"react-addons-perf": "^15.2.1",
|
||||||
|
Reference in New Issue
Block a user