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": [ "authors": [
"RubaXa <ibnRubaXa@gmail.com>" "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": [ "keywords": [
"sortable", "sortable",
"reorder", "reorder",

2
component.json

@ -7,7 +7,7 @@
"authors": [ "authors": [
"RubaXa <ibnRubaXa@gmail.com>" "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": [ "keywords": [
"sortable", "sortable",
"reorder", "reorder",

2
package.json

@ -7,7 +7,7 @@
"grunt-version": "*", "grunt-version": "*",
"grunt-contrib-uglify": "*" "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", "main": "Sortable.js",
"scripts": { "scripts": {
"test": "grunt" "test": "grunt"

Loading…
Cancel
Save