Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bhovhannes committed Jun 16, 2019
2 parents accccaa + 39362ca commit 71857e7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
8 changes: 8 additions & 0 deletions .renovaterc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": ["config:base"],
"schedule": ["before 3am every weekend"],
"automerge": true,
"major": {
"automerge": false
}
}
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
language: node_js

sudo: false
dist: trusty

notifications:
email:
on_failure: always
on_success: change

node_js:
- "6"
- "8"

env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- "lts/*"

after_success: npm run coverage
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ MIT (http://www.opensource.org/licenses/mit-license.php)
[npm-version-image]: https://img.shields.io/npm/v/svg-url-loader.svg?style=flat
[npm-downloads-image]: https://img.shields.io/npm/dm/svg-url-loader.svg?style=flat

[travis-url]: https://travis-ci.org/bhovhannes/svg-url-loader
[travis-url]: https://travis-ci.com/bhovhannes/svg-url-loader
[travis-image]: https://img.shields.io/travis/bhovhannes/svg-url-loader.svg?style=flat
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"coverage": "cat coverage/*/lcov.info | codecov"
},
"dependencies": {
"file-loader": "1.1.11",
"loader-utils": "1.1.0"
"file-loader": "4.0.0",
"loader-utils": "1.2.3"
},
"repository": {
"type": "git",
Expand All @@ -31,16 +31,16 @@
},
"homepage": "https://github.com/bhovhannes/svg-url-loader#readme",
"devDependencies": {
"codecov": "3.0.0",
"css-loader": "0.28.10",
"codecov": "3.5.0",
"css-loader": "3.0.0",
"expect.js": "0.3.1",
"istanbul": "0.4.5",
"less": "3.0.1",
"less-loader": "4.0.6",
"mocha": "5.0.4",
"node-sass": "4.7.2",
"less": "3.9.0",
"less-loader": "5.0.0",
"mocha": "6.1.4",
"node-sass": "4.12.0",
"object-assign": "4.1.1",
"sass-loader": "6.0.7",
"webpack": "4.1.1"
"sass-loader": "7.1.0",
"webpack": "4.34.0"
}
}

0 comments on commit 71857e7

Please sign in to comment.