Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
fix html import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenrskelton committed Jun 1, 2014
1 parent 9dd17af commit 560ef86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Maintained by [Steven Skelton](https://github.com/stevenrskelton)

```json
"dependencies": {
"sortable-table": "sortable-table#~0.5.0"
"sortable-table": "sortable-table#~0.5.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sortable-table",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "https://github.com/stevenrskelton/sortable-table",
"description": "Polymer Web Component that generates a sortable <table> from JSON",
"main": "src/sortable-table.html",
Expand Down
2 changes: 1 addition & 1 deletion sortable-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
https://github.com/stevenrskelton/sortable-table
-->

<script src="../polymer/polymer.js"></script>
<link rel="import" href="../polymer/polymer.html">

<polymer-element name="sortable-table" attributes="data columns sortColumn sortDescending rowSelection multiSelect selected selectedRowStyle headerTemplate cellTemplate footerTemplate checkbox pageSize page">
<template>
Expand Down

0 comments on commit 560ef86

Please sign in to comment.