Browse Source

* upd

pull/1018/merge 1.5.0
Lebedev Konstantin 8 years ago
parent
commit
3a99522d4b
  1. 4
      package.json

4
package.json

@ -11,8 +11,8 @@
"description": "Minimalist JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery. Supports AngularJS and any CSS library, e.g. Bootstrap.",
"main": "Sortable.js",
"scripts": {
"test": "grunt",
"prepublish": "grunt"
"test": "./node_modules/grunt/bin/grunt",
"prepublish": "./node_modules/grunt/bin/grunt"
},
"repository": {
"type": "git",

Loading…
Cancel
Save