Skip to content

Commit

Permalink
Add @JochenDiekenbrock to CONTRIBUTORS
Browse files Browse the repository at this point in the history
  • Loading branch information
gf3 committed Feb 13, 2017
1 parent 9b23e70 commit b500d6a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed

* `lib` is now included in npm release to allow packagers to repackage the library
* Update to webpack 2
* Add @victoriafrench to *CONTRIBUTORS*
* Add @JochenDiekenbrock to *CONTRIBUTORS*

## [3.0.1]
### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ npm run lint
- [**Bradley Ayers**](https://github.com/bradleyayers)
- [**Ross Hadden**](https://github.com/rosshadden) (http://rosshadden.github.com/resume)
- [**Victoria French**](https://github.com/victoriafrench)
- [**Jochen Diekenbrock**](https://github.com/JochenDiekenbrock)
## License
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"Aristide Niyungeko <[email protected]> (https://github.com/aristiden7o)",
"Bradley Ayers <[email protected]> (https://github.com/bradleyayers)",
"Ross Hadden <[email protected]> (http://rosshadden.github.com/resume)",
"Victoria French <[email protected]> (https://github.com/victoriafrench)"
"Victoria French <[email protected]> (https://github.com/victoriafrench)",
"Jochen Diekenbrock (https://github.com/JochenDiekenbrock)"
],
"homepage": "https://github.com/gf3/moment-range",
"bugs": "https://github.com/gf3/moment-range/issues",
Expand Down
5 changes: 3 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ module.exports = {
plugins: ['transform-flow-strip-types'],
presets: ['es2015', 'stage-0']
}
}, {
},
{
test: /\.js$/,
exclude: /node_modules/,
loader: 'eslint-loader',
enforce: "pre"
enforce: 'pre'
}
]
},
Expand Down

0 comments on commit b500d6a

Please sign in to comment.