mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
Merge pull request #716 from webcomponents/bower-ranges
Use ranges for bower dependencies
This commit is contained in:
12
bower.json
12
bower.json
@@ -17,12 +17,12 @@
|
||||
"ignore": [],
|
||||
"devDependencies": {
|
||||
"web-component-tester": "^5",
|
||||
"custom-elements": "webcomponents/custom-elements#v1.0.0-rc.1",
|
||||
"custom-elements": "webcomponents/custom-elements#^v1.0.0-rc.1",
|
||||
"es6-promise": "stefanpenner/es6-promise#^4.0.0",
|
||||
"html-imports": "webcomponents/html-imports#v1.0.0-rc.1",
|
||||
"shadydom": "webcomponents/shadydom#v1.0.0-rc.1",
|
||||
"shadycss": "webcomponents/shadycss#v1.0.0-rc.1",
|
||||
"template": "webcomponents/template#v1.0.0-rc.1",
|
||||
"webcomponents-platform": "webcomponents/webcomponents-platform#v1.0.0-rc.1"
|
||||
"html-imports": "webcomponents/html-imports#^v1.0.0-rc.1",
|
||||
"shadydom": "webcomponents/shadydom#^v1.0.0-rc.1",
|
||||
"shadycss": "webcomponents/shadycss#^v1.0.0-rc.1",
|
||||
"template": "webcomponents/template#^v1.0.0-rc.1",
|
||||
"webcomponents-platform": "webcomponents/webcomponents-platform#^v1.0.0-rc.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user