Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianS90 committed Dec 25, 2017
1 parent 56efa3f commit 2095b16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![npm][npm]][npm-url]
[![deps][deps]][deps-url]
[![test][test]][test-url]
[![coverage][coverage]][coverage-url]

# Webpack Polyfill Injector Plugin
This plugin uses polyfills from [polyfill-service](https://github.com/Financial-Times/polyfill-service) and inserts them into your bundle.
Expand Down Expand Up @@ -168,3 +169,6 @@ This is due to some detectors using `this` instead of `window`, e.g. `Promise` t

[test]: https://secure.travis-ci.org/SebastianS90/webpack-polyfill-injector.svg
[test-url]: http://travis-ci.org/SebastianS90/webpack-polyfill-injector

[coverage]: https://coveralls.io/repos/github/SebastianS90/webpack-polyfill-injector/badge.svg
[coverage-url]: https://coveralls.io/github/SebastianS90/webpack-polyfill-injector
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-polyfill-injector",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"description": "Webpack plugin to automatically inject polyfills into your bundle",
"keywords": [
"webpack",
Expand Down

0 comments on commit 2095b16

Please sign in to comment.