From 2e73aea5687cdf77c782547516332e6d25ff4029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Z=C3=B6rb?= Date: Fri, 10 Feb 2017 17:09:46 +0100 Subject: [PATCH] Added some badges --- .editorconfig | 4 + .gitignore | 3 + .travis.yml | 2 + README.md | 22 +- package.json | 9 +- yarn.lock | 987 ++++++++++++++++++++++++++++++++++++++++++++++++-- 6 files changed, 994 insertions(+), 33 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6a804c2..300e8f8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,5 +12,9 @@ insert_final_newline = true indent_style = space indent_size = 2 +[*.yml] +indent_style = space +indent_size = 2 + [*.md] trim_trailing_whitespace = false diff --git a/.gitignore b/.gitignore index 33f8313..5646bba 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ test/fixtures/css/main.158f2990.css test/fixtures/bower_components/bootstrap/dist/css/bootstrap.0151e5ef.css test/fixtures/css/cartoon.64faf7bc.css +.nyc_output +coverage + diff --git a/.travis.yml b/.travis.yml index 465f24a..499a5e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,5 @@ node_js: - "6" - "5" - "4" +after_success: + - npm run coveralls diff --git a/README.md b/README.md index 84e1196..1cb56da 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,7 @@ Inline critical-path css and load the existing stylesheets asynchronously. Existing link tags will also be wrapped in ```