From 3a99522d4bb5499a696a7e791a235235faea6b9a Mon Sep 17 00:00:00 2001 From: Lebedev Konstantin Date: Sun, 19 Feb 2017 21:11:07 +0300 Subject: [PATCH] * upd --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 500c3c8..1277c5c 100644 --- a/package.json +++ b/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",