File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.1.0 - 2018.08.07
4+ - Expose entire process.env to command called with CLI
5+
36## 2.0.2 - 2018.04.16
47- Fix markdown header (thanks @vvo )
58- Update package dependencies (thanks @gregswindle )
Original file line number Diff line number Diff line change 11{
22 "name" : " dotenv-extended" ,
3- "version" : " 2.0.2 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " A module for loading .env files and optionally loading defaults and a schema for validating all values are present." ,
55 "repository" :
" [email protected] :keithmorris/node-dotenv-extended.git" ,
66 "main" : " lib/index.js" ,
1010 "test" : " gulp unittest" ,
1111 "coveralls" : " cat ./coverage/lcov.info | coveralls" ,
1212 "lint" : " gulp lint" ,
13- "prepublish" : " gulp build"
13+ "prepublish" : " npm run build" ,
14+ "build" : " gulp build"
1415 },
1516 "keywords" : [
1617 " dotenv" ,
You can’t perform that action at this time.
0 commit comments