From c3f12f8cb9f6049c1bbb29c58da8ad4c6461a3aa Mon Sep 17 00:00:00 2001 From: john gravois Date: Tue, 14 Jul 2015 13:17:13 -0700 Subject: [PATCH] still figuring it out --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index f2bca80..aace5ec 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ "type": "git", "url": "git@github.com:jgravois/esri-leaflet-gp.git" }, + "scripts": { + "prepublish": "grunt prepublish", + "test": "grunt test" + }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-concat": "^0.3.0",