remove phantomjs dependency (#424)

This commit is contained in:
Gleb Nikonorov 2020-12-15 18:15:00 -05:00 committed by Jim Brännlund
parent 68c72c7223
commit 5404c2a8f0
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@
"dependencies": {
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-qunit": "^4.0.0",
"phantomjs-prebuilt": "2.1.15"
"grunt-contrib-qunit": "^4.0.0"
},
"devDependencies": {
"sass": "^1.29.0"