Skip to content

Commit b82e5e1

Browse files
committed
Add missing SortableJS fixes #1
1 parent 6782706 commit b82e5e1

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# THIS PROJECT NEEDS A MAINTAINER.
2-
3-
---
4-
51
polymer-sortablejs
62
-------------------
73
A Polymer binding to [SortableJS](https://github.com/RubaXa/Sortable/).

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"bugs": {
2020
"url": "https://github.com/SortableJS/polymer-sortablejs/issues"
2121
},
22-
"homepage": "https://github.com/SortableJS/polymer-sortablejs#readme"
22+
"homepage": "https://github.com/SortableJS/polymer-sortablejs#readme",
23+
"dependencies": {
24+
"sortablejs": "^1.4.2"
25+
}
2326
}

polymer-sortablejs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<link rel="import" href="../polymer/polymer.html">
2-
<script src="./Sortable.js"></script>
2+
<script src="../sortablejs/Sortable.js"></script>
33

44
<dom-module id="sortable-js">
55
<template>

0 commit comments

Comments
 (0)