Update bower.json

This commit is contained in:
Steven Orvell
2017-02-08 12:19:55 -08:00
parent 79f389a4f1
commit 44ed855923

View File

@@ -2,9 +2,7 @@
"name": "polymer",
"version": "2.0.0-preview",
"main": [
"polymer.html",
"polymer-mini.html",
"polymer-micro.html"
"polymer.html"
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
@@ -23,10 +21,10 @@
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
"webcomponentsjs": "#gulp-all-the-things"
"webcomponentsjs": "#v1"
},
"devDependencies": {
"web-component-tester": "*",
"web-component-tester": "^5",
"test-fixture": "PolymerElements/test-fixture#safari9-constructor"
},
"private": true,