Skip to content

Commit

Permalink
* upd
Browse files Browse the repository at this point in the history
  • Loading branch information
RubaXa committed Feb 19, 2017
1 parent ef8f5e9 commit 3a99522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3a99522

Please sign in to comment.