Skip to content

Commit

Permalink
Changed dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Siebren (S.K.) Kraak committed Nov 13, 2017
1 parent 1b568a8 commit 909297d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"polymer": "Polymer/polymer#1.9 - 2"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"iron-component-page": "PolymerElements/iron-component-page#1 - 2",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#1 - 2",
"web-component-tester": "Polymer/web-component-tester#^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"paper-input": "^2.0.0"
"paper-input": "PolymerElements/paper-input#1 - 2"
},
"resolutions": {
"polymer": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3>This input will reflect to all other inputs</h3>
</div>

<div class="vertical-section-container centered">
<h3>brum-global-variable has readonly property so value cannot be overwritten by this binding bla</h3>
<h3>brum-global-variable has readonly property so value cannot be overwritten by this binding</h3>
<demo-snippet>
<template is="dom-bind">
<brum-global-var key="value" value="{{second}}" readonly></brum-global-var>
Expand Down

0 comments on commit 909297d

Please sign in to comment.