Browse Source

Merge branch 'master' of github.com:RubaXa/Sortable

pull/141/head
RubaXa 10 years ago
parent
commit
027eb0e8b1
  1. 2
      bower.json
  2. 2
      component.json
  3. 2
      package.json

2
bower.json

@ -6,7 +6,7 @@
"authors": [
"RubaXa <ibnRubaXa@gmail.com>"
],
"description": "Sortable is a minimalist JavaScript library for modern browsers and touch devices. No jQuery.",
"description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.",
"keywords": [
"sortable",
"reorder",

2
component.json

@ -7,7 +7,7 @@
"authors": [
"RubaXa <ibnRubaXa@gmail.com>"
],
"description": "Sortable is a minimalist JavaScript library for modern browsers and touch devices. No jQuery.",
"description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.",
"keywords": [
"sortable",
"reorder",

2
package.json

@ -7,7 +7,7 @@
"grunt-version": "*",
"grunt-contrib-uglify": "*"
},
"description": "Sortable is a minimalist JavaScript library for modern browsers and touch devices. No jQuery.",
"description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.",
"main": "Sortable.js",
"scripts": {
"test": "grunt"

Loading…
Cancel
Save