Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jazmon committed Feb 17, 2018
1 parent aeebaff commit 853a448
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jazmon/require-env-vars",
"version": "0.0.1",
"version": "1.0.0",
"description": "Ensure env vars are specified that are in config",
"main": "dist/index.js",
"author": "Atte Huhtakangas <[email protected]>",
Expand All @@ -13,7 +13,11 @@
"url": "https://github.com/jazmon/require-env-vars/issues"
},
"homepage": "https://github.com/jazmon/require-env-vars#readme",
"files": ["build", "LICENSE", "README.md"],
"files": [
"build",
"LICENSE",
"README.md"
],
"private": false,
"engines": {
"node": "^8.9.1",
Expand All @@ -32,7 +36,11 @@
".ts": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|js)$",
"moduleFileExtensions": ["ts", "json", "js"],
"moduleFileExtensions": [
"ts",
"json",
"js"
],
"testEnvironment": "node",
"verbose": false
},
Expand Down

0 comments on commit 853a448

Please sign in to comment.