Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gswalden committed Dec 24, 2016
1 parent 942cc60 commit 8f8b0c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
npm install --save virvar
```

*Tested with Node >= 0.12*

### Use
```js
// process.env = {
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virvar",
"version": "1.0.0-beta",
"version": "1.0.0",
"description": "Simple environment variable utility",
"main": "index.js",
"scripts": {
Expand All @@ -20,11 +20,13 @@
"index.js"
],
"keywords": [
"env",
"var",
"envar",
"envvar",
"env-var",
"environment",
"variable",
"variables"
"variables",
"environment"
]
}

0 comments on commit 8f8b0c3

Please sign in to comment.