Skip to content

Commit

Permalink
Moves doctrine to dependencies from devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Mar 26, 2016
1 parent f3e634c commit 875421d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
},
"homepage": "https://github.com/yannickcr/eslint-plugin-react",
"bugs": "https://github.com/yannickcr/eslint-plugin-react/issues",
"dependencies": {
"doctrine": "^1.2.0"
},
"devDependencies": {
"babel-eslint": "6.0.0-beta.6",
"coveralls": "2.11.8",
"doctrine": "^1.2.0",
"eslint": "2.4.0",
"istanbul": "0.4.2",
"mocha": "2.4.5"
Expand Down

0 comments on commit 875421d

Please sign in to comment.