Skip to content

Commit 2b78df9

Browse files
committed
chore: mark phantomjs as optionalDependency
connected to #3993
1 parent c9164ae commit 2b78df9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,15 @@
9696
"loopback-context": "^1.0.0",
9797
"mocha": "^5.2.0",
9898
"nyc": "^10.1.2",
99-
"phantomjs-prebuilt": "^2.1.7",
10099
"sinon": "^6.1.4",
101100
"sinon-chai": "^3.2.0",
102101
"strong-error-handler": "^3.0.0",
103102
"strong-task-emitter": "^0.0.8",
104103
"supertest": "^3.0.0"
105104
},
105+
"optionalDependencies": {
106+
"phantomjs-prebuilt": "^2.1.7"
107+
},
106108
"repository": {
107109
"type": "git",
108110
"url": "https://github.com/strongloop/loopback"

0 commit comments

Comments
 (0)