update test-fixture dependency.

This commit is contained in:
Steven Orvell 2017-02-27 15:49:47 -08:00
parent f555412856
commit 3dc5d81ab0

View File

@ -26,10 +26,10 @@
},
"devDependencies": {
"web-component-tester": "^5",
"test-fixture": "PolymerElements/test-fixture#safari9-constructor"
"test-fixture": "PolymerElements/test-fixture#^3.0.0-rc.1"
},
"private": true,
"resolutions": {
"test-fixture": "safari9-constructor"
"test-fixture": "3.0.0-rc.1"
}
}