dart-archive / custom-element-apigen

Tool to generate Dart APIs for polymer custom elements written in Javascript
BSD 3-Clause "New" or "Revised" License
13 stars 13 forks source link

Fixed 404 to non existent polymer package #34

Closed ronlobo closed 9 years ago

ronlobo commented 9 years ago

Now points to core and paper elements, where this package can be seen in action.

zoechi commented 9 years ago

The polymer_elements package replaces the core-elements and paper-elements packages when polymer-dart 0.17 is out. It would probably be better to just change polymer-elements to polymer_elements.

jakemac53 commented 9 years ago

Yes, @zoechi is right. The current version of the package was used to generate the polymer_elements package, while core_elements and paper_elements were generated with the old version of this package.

ronlobo commented 9 years ago

True, will change it.