mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-30 15:44:35 +02:00
new versions for browserify
This commit is contained in:
parent
47e2e55f4a
commit
2b26427ffa
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "5.3"
|
- "4.1"
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue