Skip to content

Commit

Permalink
[dist] 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Oct 3, 2018
1 parent fd267a9 commit f663c23
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ And that's basically everything you need to know. *random high fives*.

## License

MIT
[MIT](LICENSE)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f663c23

Please sign in to comment.