From 15c229300c2fecdf3966e7e23d0afcbb7b3d9788 Mon Sep 17 00:00:00 2001
From: Marek Kotewicz <marek.kotewicz@gmail.com>
Date: Sun, 11 Jan 2015 16:36:07 +0100
Subject: updated package json

---
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'package.json')

diff --git a/package.json b/package.json
index fc34be487..6d032d72d 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,8 @@
     "jshint": ">=2.5.0",
     "uglifyify": "^2.6.0",
     "unreachable-branch-transform": "^0.1.0",
-    "vinyl-source-stream": "^1.0.0"
+    "vinyl-source-stream": "^1.0.0",
+    "mocha": ">=2.1.0"
   },
   "scripts": {
     "build": "gulp",
-- 
cgit v1.2.3


From a4e6f0b3c63214fc3b3dd67d26c6bc23c3d81e48 Mon Sep 17 00:00:00 2001
From: Marek Kotewicz <marek.kotewicz@gmail.com>
Date: Sun, 11 Jan 2015 16:40:09 +0100
Subject: fixed travis.yml && added nmp test script

---
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'package.json')

diff --git a/package.json b/package.json
index 6d032d72d..b4f180d10 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,8 @@
   "scripts": {
     "build": "gulp",
     "watch": "gulp watch",
-    "lint": "gulp lint"
+    "lint": "gulp lint",
+    "test": "mocha"
   },
   "repository": {
     "type": "git",
-- 
cgit v1.2.3