Skip to content

Commit

Permalink
Merge 5425b4f into a7ce706
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Dec 1, 2018
2 parents a7ce706 + 5425b4f commit a1430c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ git:
branches:
only:
- master
- /^greenkeeper/.*$/
after_success:
- "npm run coveralls"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a1430c8

Please sign in to comment.