Skip to content

Commit

Permalink
Merge bfb4778 into 79a539f
Browse files Browse the repository at this point in the history
  • Loading branch information
janlazo committed Jul 28, 2019
2 parents 79a539f + bfb4778 commit 0be2762
Show file tree
Hide file tree
Showing 4 changed files with 953 additions and 1,365 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -41,3 +41,4 @@ script:
- nvm use $TEST_NODE_VERSION
- node --version && npm --version && git --version && svn --version | head -n 1
- grunt travis
- (cd packages/bower-json && yarn && grunt test)
4 changes: 2 additions & 2 deletions package.json
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.0 <=1.0.2",
"grunt-cli": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.1.0",
Expand All @@ -83,7 +83,7 @@
"load-grunt-tasks": "^3.5.0",
"mocha": "^2.5.3",
"multiline": "^1.0.2",
"nock": "^9.2.3",
"nock": ">=9.2.3 <9.4.2",
"node-uuid": "^1.4.7",
"prettier": "^1.11.1",
"proxyquire": "^1.7.9",
Expand Down
25 changes: 13 additions & 12 deletions packages/bower-json/package.json
Expand Up @@ -10,25 +10,26 @@
"node": ">=0.10.0"
},
"dependencies": {
"deep-extend": "^0.4.0",
"deep-extend": "^0.5.1",
"ext-name": "^3.0.0",
"graceful-fs": "^4.1.3",
"intersect": "^1.0.1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"coveralls": ">=2.11.2 <2.11.11",
"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.0 <=1.0.2",
"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",
"mocha": "*",
"request": "^2.64.0",
"grunt-exec": "^0.4.7",
"grunt-simple-mocha": "^0.4.1",
"istanbul": "^0.4.3",
"js-yaml": ">=3.5.1 <3.8.0",
"load-grunt-tasks": "^3.5.0",
"mocha": "^2.5.3",
"request": "2.67.0",
"underscore.string": "^3.0.3"
},
"scripts": {
Expand Down

0 comments on commit 0be2762

Please sign in to comment.