new versions for browserify

This commit is contained in:
Peter Cottle 2016-02-14 09:14:16 -08:00
parent 47e2e55f4a
commit 2b26427ffa
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,3 @@
language: node_js language: node_js
node_js: node_js:
- "5.3" - "4.1"

View file

@ -1,6 +1,7 @@
{ {
"name": "LearnGitBranching", "name": "LearnGitBranching",
"version": "0.8.0", "version": "0.8.0",
"license": "MIT",
"scripts": { "scripts": {
"test": "grunt test" "test": "grunt test"
}, },
@ -9,9 +10,9 @@
"url": "https://github.com/pcottle/learnGitBranching" "url": "https://github.com/pcottle/learnGitBranching"
}, },
"devDependencies": { "devDependencies": {
"browserify": "~3.14.1", "browserify": "^13.0.0",
"grunt": "~0.4.2", "grunt": "~0.4.2",
"grunt-browserify": "~1.3.0", "grunt-browserify": "^4.0.1",
"grunt-cli": "~0.1.11", "grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0", "grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2", "grunt-contrib-jshint": "~0.7.2",