Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from PolymerElements/0.9
Browse files Browse the repository at this point in the history
update to polymer 0.9.0-rc.1
  • Loading branch information
Yvonne Yip committed May 7, 2015
2 parents def3f34 + a27d669 commit f5b7fba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 34 deletions.
12 changes: 6 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iron-validatable-behavior",
"version": "0.8.0",
"version": "0.9.0",
"authors": "The Polymer Authors",
"keywords": [
"web-components",
Expand All @@ -19,13 +19,13 @@
"homepage": "https://github.com/PolymerElements/iron-validatable-behavior",
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#v0.8.0-rc.7",
"iron-meta": "PolymerElements/iron-meta#^0.8.0"
"polymer": "Polymer/polymer#v0.9.0-rc.1",
"iron-meta": "PolymerElements/iron-meta#^0.9.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^0.8.0",
"iron-validator-behavior": "PolymerElements/iron-validator-behavior#^0.8.0",
"test-fixture": "PolymerElements/test-fixture#^0.8.0",
"iron-component-page": "PolymerElements/iron-component-page#^0.9.0",
"iron-validator-behavior": "PolymerElements/iron-validator-behavior#^0.9.0",
"test-fixture": "PolymerElements/test-fixture#^0.9.0",
"web-component-tester": "*",
"webcomponentsjs": "Polymer/webcomponentsjs#^0.6.0"
}
Expand Down
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</head>
<body>

<template is="x-autobind">
<template is="dom-bind">

<cats-only></cats-only>

Expand All @@ -61,7 +61,7 @@

<script>

document.querySelector('template[is="x-autobind"]').invalid = false;
document.querySelector('template[is="dom-bind"]').invalid = false;

</script>

Expand Down
26 changes: 0 additions & 26 deletions test/simple-validator.html

This file was deleted.

0 comments on commit f5b7fba

Please sign in to comment.