diff --git a/README.md b/README.md index 7033f63..93bd00b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # <juicy-ace-editor> -> Even more embeddable code editor. -> Custom Element - just one tag, and no JS needed to provide +> Even more embeddable code editor. +> Custom Element - just one tag, and no JS needed to provide > [Ace](http://ace.c9.io/) - The High Performance Code Editor ## Demo @@ -21,6 +21,9 @@ Besides Ace features, `` does: You can still fiddle with Ace editor programmatically using `.editor`. +## Polymer 1.0 + +It works in Polymer 1.0 as well, you can checkout [polymer_1.0](https://github.com/Juicy/juicy-ace-editor/tree/polymer_1.0) branch ## Install diff --git a/bower.json b/bower.json index 07d91c9..76507a9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "juicy-ace-editor", - "version": "0.1.0", + "version": "1.0.1", "description": "Custom Element with Ace(http://ace.c9.io/) code editor", "license": "MIT", "main": "src/juicy-ace-editor.html", @@ -17,8 +17,7 @@ "ace/src-noconflict", "img" ], - "devDependencies": { - "polymer": "Polymer/polymer#~1.0.6", + "dependencies": { "webcomponentsjs": "~0.7.10" }, diff --git a/kitchen-sink.html b/kitchen-sink.html index f4d33a9..fe326e4 100644 --- a/kitchen-sink.html +++ b/kitchen-sink.html @@ -14,7 +14,7 @@ -