Skip to content

Commit

Permalink
Merge 669b141 into 79a539f
Browse files Browse the repository at this point in the history
  • Loading branch information
janlazo committed Jul 27, 2019
2 parents 79a539f + 669b141 commit c697e7f
Show file tree
Hide file tree
Showing 3 changed files with 948 additions and 1,362 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"expect.js": "^0.3.1",
"grunt": "^1.0.1",
"grunt": "1.0.2",
"grunt-cli": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.1.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/bower-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"node": ">=0.10.0"
},
"dependencies": {
"deep-extend": "^0.4.0",
"deep-extend": "^0.6.0",
"ext-name": "^3.0.0",
"graceful-fs": "^4.1.3",
"intersect": "^1.0.1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"coveralls": "^2.11.9",
"expect.js": "^0.3.1",
"grunt": "^0.4.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt": "^1.0.1",
"grunt-cli": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-coveralls": "^1.0.0",
"grunt-exec": "^0.4.6",
"grunt-simple-mocha": "^0.4.0",
"istanbul": "^0.3.5",
"load-grunt-tasks": "^3.3.0",
"grunt-exec": "^0.4.7",
"grunt-simple-mocha": "^0.4.1",
"istanbul": "^0.4.3",
"load-grunt-tasks": "^3.5.0",
"mocha": "*",
"request": "^2.64.0",
"request": "^2.67.0",
"underscore.string": "^3.0.3"
},
"scripts": {
Expand Down
Loading

0 comments on commit c697e7f

Please sign in to comment.