Skip to content

Commit f0b40a6

Browse files
authored
Merge pull request #1 from PolymerX/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 1d1bf81 + 40edf05 commit f0b40a6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ branches:
1010
only:
1111
- master
1212
- develop
13+
- /^greenkeeper/.*$/
1314

1415
script:
1516
- yarn test:travis

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PostCSS - HTML Loader
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/PolymerX/postcss-html-loader.svg)](https://greenkeeper.io/)
4+
35
[![GitHub release](https://img.shields.io/github/release/PolymerX/postcss-html-loader.svg?style=flat-square)](https://github.com/PolymerX/postcss-html-loader)
46
[![Build Status](https://travis-ci.org/PolymerX/postcss-html-loader.svg?branch=master&style=flat-square)](https://travis-ci.org/PolymerX/postcss-html-loader)
57
[![Build status](https://ci.appveyor.com/api/projects/status/0ksik9f3euryjq9x?svg=true)](https://ci.appveyor.com/project/LasaleFamine/postcss-html-loader)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"postcss-load-config": "1.2.0"
5959
},
6060
"devDependencies": {
61-
"autoprefixer": "7.1.3",
61+
"autoprefixer": "7.1.4",
6262
"ava": "0.22.0",
6363
"coveralls": "2.13.1",
6464
"execa": "0.8.0",

0 commit comments

Comments
 (0)