update guide
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iron-validatable-behavior",
|
||||
"version": "1.0.5",
|
||||
"version": "1.1.0",
|
||||
"description": "Provides a behavior for an element that validates user input",
|
||||
"authors": "The Polymer Authors",
|
||||
"keywords": [
|
||||
@@ -9,9 +9,7 @@
|
||||
"iron",
|
||||
"behavior"
|
||||
],
|
||||
"main": [
|
||||
"iron-validatable-behavior.html"
|
||||
],
|
||||
"main": "iron-validatable-behavior.html",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -29,14 +27,14 @@
|
||||
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
|
||||
"iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0",
|
||||
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
|
||||
"web-component-tester": "*",
|
||||
"web-component-tester": "^4.0.0",
|
||||
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
||||
},
|
||||
"_release": "1.0.5",
|
||||
"_release": "1.1.0",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v1.0.5",
|
||||
"commit": "c1334b835892b3d7a329a8e6b8741d4be3a8d99c"
|
||||
"tag": "v1.1.0",
|
||||
"commit": "01ed585b28d8ab41367518f9aebd8442b9166bfe"
|
||||
},
|
||||
"_source": "git://github.com/PolymerElements/iron-validatable-behavior.git",
|
||||
"_target": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user