Skip to content

Commit

Permalink
Merge pull request #67 from mrsteele/feature/resolvingPeerDependencyS…
Browse files Browse the repository at this point in the history
…tuff

fix: Resolving peer dependencies
  • Loading branch information
mrsteele committed Jul 10, 2017
2 parents 63643c2 + 0ed6128 commit 4b44ddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A secure webpack plugin that supports dotenv and other environment variables and

[![npm](https://img.shields.io/npm/v/dotenv-webpack.svg?maxAge=0&style=flat)](https://www.npmjs.com/package/dotenv-webpack)
[![Travis](https://travis-ci.org/mrsteele/dotenv-webpack.svg?branch=master)](https://travis-ci.org/mrsteele/dotenv-webpack)
[![Coverage Status](https://coveralls.io/repos/github/mrsteele/dotenv-webpack/badge.svg?branch=master)](https://coveralls.io/github/mrsteele/dotenv-webpack?branch=master)
[![codecov](https://codecov.io/gh/mrsteele/dotenv-webpack/branch/master/graph/badge.svg)](https://codecov.io/gh/mrsteele/dotenv-webpack)
[![Dependency Status](https://david-dm.org/mrsteele/dotenv-webpack.svg)](https://david-dm.org/mrsteele/dotenv-webpack)
[![devDependency Status](https://david-dm.org/mrsteele/dotenv-webpack/dev-status.svg)](https://david-dm.org/mrsteele/dotenv-webpack?type=dev)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/mrsteele/dotenv-webpack#readme",
"peerDependencies": {
"webpack": ">=1.14.0"
"webpack": "^1 || ^2 || ^3"
},
"dependencies": {
"dotenv": "^4.0.0"
Expand All @@ -60,7 +60,7 @@
"sinon": "^2.3.2",
"standard": "^10.0.2",
"validate-commit-msg": "^2.12.1",
"webpack": "^3.0.0"
"webpack": "^3.1.0"
},
"files": [
"dist",
Expand Down

0 comments on commit 4b44ddb

Please sign in to comment.