[Pkg-javascript-commits] [ltx] 305/469: Use grunt to run tests

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ltx.

commit 9993a4a438776bb8547820fb4286f53e61fc3ca8
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date:   Sun Feb 16 19:37:36 2014 +0000

    Use grunt to run tests
---
 package.json | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index cb0740e..11f5f30 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,6 @@
   "name": "ltx",
   "version": "0.3.4",
   "main": "./lib/index",
-  "browserify": "./lib/index-browserify.js",
   "description": "<xml for=\"node.js\" browserify=\"too\">",
   "author": "Astro",
   "dependencies": {
@@ -44,10 +43,14 @@
     "node-xml": ">=1.0.1",
     "Strophe.js": "https://github.com/metajack/strophejs/tarball/master",
     "request-animation-frame": ">=0.1.0",
-    "browserify": ">=1.10.4",
-    "vows": "~0.7.0"
+    "vows": "~0.7.0",
+    "grunt-vows": "~0.4.0",
+    "grunt": "~0.4.2",
+    "grunt-contrib-clean": "~0.5.0",
+    "grunt-browserify": "~1.3.1",
+    "grunt-contrib-jshint": "~0.8.0"
   },
   "scripts": {
-    "test": "vows --spec"
+    "test": "grunt test"
   }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git



More information about the Pkg-javascript-commits mailing list