Skip to content

Commit

Permalink
Merge pull request #10 from PolymerX/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 馃尨
  • Loading branch information
LasaleFamine committed Sep 12, 2017
2 parents 11a7f73 + 060081e commit f58372b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ branches:
only:
- master
- develop
- /^greenkeeper/.*$/

script:
- yarn test:travis
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PostCSS - Polymer Loader

[![Greenkeeper badge](https://badges.greenkeeper.io/PolymerX/postcss-polymer-loader.svg)](https://greenkeeper.io/)

[![GitHub release](https://img.shields.io/github/release/PolymerX/postcss-polymer-loader.svg?style=flat-square)](https://github.com/PolymerX/postcss-polymer-loader)
[![Build Status](https://travis-ci.org/PolymerX/postcss-polymer-loader.svg?branch=master&style=flat-square)](https://travis-ci.org/PolymerX/postcss-polymer-loader)
[![Coverage Status](https://coveralls.io/repos/github/PolymerX/postcss-polymer-loader/badge.svg?branch=master&style=flat-square)](https://coveralls.io/github/PolymerX/postcss-polymer-loader?branch=master)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@
"fs-extra": "4.0.1",
"loader-utils": "1.1.0",
"parse5": "3.0.2",
"postcss": "6.0.9",
"postcss": "6.0.11",
"postcss-load-config": "1.2.0"
},
"devDependencies": {
"autoprefixer": "7.1.2",
"autoprefixer": "7.1.4",
"ava": "0.22.0",
"coveralls": "2.13.1",
"execa": "0.8.0",
"nyc": "11.1.0",
"nyc": "11.2.1",
"wc-loader": "1.1.12",
"webpack": "3.5.5",
"webpack": "3.5.6",
"xo": "0.18.2"
}
}

0 comments on commit f58372b

Please sign in to comment.