[Pkg-javascript-commits] [ltx] 375/469: Use local grunt, remove npm update in travis

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:28 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 f3dca2303fb881347959d88752c640232edd0578
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date:   Sun Feb 15 19:15:32 2015 +0000

    Use local grunt, remove npm update in travis
---
 .travis.yml  |  3 ---
 package.json | 17 +++++++++--------
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ea5d325..a2effcf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,12 +5,9 @@ node_js:
   - "0.12"
   - "iojs"
 before_install:
-  - npm install -g npm@~1.4.6
   - "sudo apt-get install libicu-dev"
   # Workaround for a permissions issue with Travis virtual machine images
   # that breaks Python's multiprocessing:
   # https://github.com/travis-ci/travis-cookbooks/issues/155
   - sudo rm -rf /dev/shm
   - sudo ln -s /run/shm /dev/shm
-before_script:
-  - npm install -g grunt-cli
diff --git a/package.json b/package.json
index 58bae9d..f4061b5 100644
--- a/package.json
+++ b/package.json
@@ -41,18 +41,19 @@
   ],
   "engine": "node",
   "devDependencies": {
-    "easysax": ">=0.1.7",
-    "node-xml": ">=1.0.1",
     "Strophe.js": "https://github.com/metajack/strophejs/tarball/master",
-    "request-animation-frame": ">=0.1.0",
-    "vows": "~0.7.0",
-    "grunt-vows": "~0.4.0",
+    "easysax": ">=0.1.7",
     "grunt": "~0.4.2",
-    "grunt-contrib-clean": "~0.5.0",
     "grunt-browserify": "~1.3.1",
-    "grunt-contrib-jshint": "~0.8.0"
+    "grunt-cli": "~0.1.13",
+    "grunt-contrib-clean": "~0.5.0",
+    "grunt-contrib-jshint": "~0.8.0",
+    "grunt-vows": "~0.4.0",
+    "node-xml": ">=1.0.1",
+    "request-animation-frame": ">=0.1.0",
+    "vows": "~0.7.0"
   },
   "scripts": {
-    "test": "grunt test"
+    "test": "./node_modules/.bin/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