From f663c23ac41beff094378738843584c5754cd6cf Mon Sep 17 00:00:00 2001 From: Arnout Kazemier Date: Wed, 3 Oct 2018 08:48:31 -0700 Subject: [PATCH] [dist] 0.0.5 --- .travis.yml | 7 ------- README.md | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3da72bc..594701f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,9 @@ node_js: - "9" - "8" - "6" - - "4" script: - "npm run test-travis" after_script: - "npm install coveralls && cat coverage/lcov.info | coveralls" matrix: fast_finish: true -notifications: - irc: - channels: - - "irc.freenode.org#bigpipe" - on_success: change - on_failure: change diff --git a/README.md b/README.md index a4fa824..0c05eff 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,4 @@ And that's basically everything you need to know. *random high fives*. ## License -MIT +[MIT](LICENSE) diff --git a/package.json b/package.json index 2232e05..5e73084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "env-variable", - "version": "0.0.4", + "version": "0.0.5", "description": "Cross platform environment variables with process.env, window.name, location.hash and localStorage fallbacks", "main": "index.js", "scripts": {