Skip to content

Commit

Permalink
Install &configure dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
40thieves committed Dec 11, 2016
1 parent 1f5f14f commit 2da814d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SENTRY_API_KEY=''
SENTRY_ORGANISATION=''
SENTRY_PROJECT=''
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.tmp
.env
.tmp
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"babel-jest": "^17.0.2",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"dotenv": "^2.0.0",
"jest": "^17.0.3",
"webpack": "^1.14.0"
},
Expand All @@ -21,6 +22,8 @@
},
"jest": {
"notify": true,
"testPathDirs": ["test"]
"testPathDirs": [
"test"
]
}
}

0 comments on commit 2da814d

Please sign in to comment.