Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Joel committed May 28, 2015
1 parent 2444f6d commit d7be312
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marked-element",
"version": "0.9.2",
"version": "1.0.0",
"description": "Element wrapper for the marked library",
"private": true,
"authors": [
Expand All @@ -16,7 +16,7 @@
],
"dependencies": {
"marked": "~0.3.3",
"polymer": "Polymer/polymer#^0.9.0"
"polymer": "Polymer/polymer#^1.0.0"
},
"license": "https://polymer.github.io/LICENSE.txt",
"main": "marked-element.html",
Expand All @@ -25,8 +25,8 @@
"url": "git://github.com/Polymer/marked-element.git"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^0.9.0",
"test-fixture": "polymerelements/test-fixture#^0.9.0",
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
Expand Down

0 comments on commit d7be312

Please sign in to comment.