From 4d553b1ebe4f0aac72c4f5ec8b1408fe76b4a778 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 1 Dec 2018 09:56:56 +0000 Subject: [PATCH 1/3] chore(package): update dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90ca68e..94598ee 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "basichtml": "^0.20.0", "coveralls": "^3.0.2", "istanbul": "^0.4.5", - "uglify-js": "^2.8.29" + "uglify-js": "^3.4.9" }, "repository": { "type": "git", From 5d258a3ac80bfcf0fb8e7171e7a8e6a80cecac78 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 1 Dec 2018 09:56:59 +0000 Subject: [PATCH 2/3] chore(travis): whitelist greenkeeper branches --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 55ff2f7..cc12713 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,6 @@ git: branches: only: - master + - /^greenkeeper/.*$/ after_success: - "npm run coveralls" From 5425b4f1eae48c020f956d83c65065cacd9ae4b0 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 1 Dec 2018 09:57:01 +0000 Subject: [PATCH 3/3] docs(readme): add Greenkeeper badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2991d5d..3f67723 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # createContent -[![Build Status](https://travis-ci.com/ungap/create-content.svg?branch=master)](https://travis-ci.com/ungap/create-content) [![Coverage Status](https://coveralls.io/repos/github/ungap/create-content/badge.svg?branch=master)](https://coveralls.io/github/ungap/create-content?branch=master) ![WebReflection status](https://offline.report/status/webreflection.svg) +[![Build Status](https://travis-ci.com/ungap/create-content.svg?branch=master)](https://travis-ci.com/ungap/create-content) [![Coverage Status](https://coveralls.io/repos/github/ungap/create-content/badge.svg?branch=master)](https://coveralls.io/github/ungap/create-content?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/ungap/create-content.svg)](https://greenkeeper.io/) ![WebReflection status](https://offline.report/status/webreflection.svg) A cross browser utility to create HTML or SVG runtime content, as lightweight alternative to what a [HTMLTemplateElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTemplateElement) polyfill could do through its `content` accessor.