Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jazmon committed Feb 17, 2018
1 parent 4543a91 commit e929fb5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jazmon/require-env-vars",
"version": "1.0.0",
"version": "1.0.1",
"description": "Ensure env vars are specified that are in config",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,7 +14,11 @@
"url": "https://github.com/jazmon/require-env-vars/issues"
},
"homepage": "https://github.com/jazmon/require-env-vars#readme",
"files": ["dist", "LICENSE", "README.md"],
"files": [
"dist",
"LICENSE",
"README.md"
],
"private": false,
"engines": {
"node": "^8.9.1",
Expand Down

0 comments on commit e929fb5

Please sign in to comment.