Skip to content

Commit

Permalink
Merge branch 'release/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Morris committed Feb 10, 2016
2 parents 0b4047f + bf3f188 commit 2e2095c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
coverage
node_modules
src
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog

## 0.1.1 - 2016.02.10
- Remove errant ide files from package
- Add prepublish npm script

## 0.1.0 - 2016.02.09
- Initial release
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "dotenv-extended",
"version": "0.1.0",
"version": "0.1.1",
"description": "A module for loading .env files and optionally loading defaults and a schema for validating all values are present.",
"repository": "[email protected]:keithmorris/node-dotenv-extended.git",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/gulp unittest",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"lint": "gulp lint"
"lint": "gulp lint",
"prepublish": "./node_modules/.bin/gulp build"
},
"keywords": [
"dotenv",
Expand Down

0 comments on commit 2e2095c

Please sign in to comment.