Skip to content

Commit b0ad997

Browse files
Update dower.json file
1 parent 1a6b6e5 commit b0ad997

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Vue.Dragable.For
2-
Vue directive for lists allowing drag-and-drop sorting in sync with View-Model. Based on [Sortable.js](https://github.com/RubaXa/Sortable)
3-
4-
5-
#Example
6-
7-
https://jsfiddle.net/dede89/j62g58z7/
1+
# Vue.Dragable.For
2+
Vue directive for lists allowing drag-and-drop sorting in sync with View-Model. Based on [Sortable.js](https://github.com/RubaXa/Sortable)
3+
4+
5+
#Example
6+
7+
https://jsfiddle.net/dede89/j62g58z7/

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"tests",
2121
"examples",
2222
"*.json",
23-
"*.md"
23+
"*.md",
24+
"gulpfile.js"
2425
],
2526
"dependencies": {
2627
"vue": "^1.0.25",

0 commit comments

Comments
 (0)