Skip to content

Commit

Permalink
Merge pull request #407 from KleeGroup/fix-peer
Browse files Browse the repository at this point in the history
Fixing moment and numeral as peer dependencies
  • Loading branch information
Hartorn authored Sep 11, 2017
2 parents 2b6e8ad + 53e7bd7 commit 883e1c9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "focus-core",
"version": "2.2.0-beta1",
"version": "2.2.0-beta2",
"description": "Focus library core part.",
"main": "index.js",
"babel": {
Expand Down Expand Up @@ -57,6 +57,8 @@
}
},
"peerDependencies": {
"moment": "2.18.1",
"numeral": "2.0.6",
"react": "15.4.2",
"react-dom": "15.4.2"
},
Expand All @@ -65,7 +67,6 @@
"i18next": "9.0.0",
"immutable": "3.8.1",
"lodash": "3.10.1",
"numeral": "2.0.6",
"object-assign": "4.1.1",
"uuid": "3.1.0"
},
Expand All @@ -76,6 +77,8 @@
"eslint-config-focus": "0.6.0",
"jest-cli": "21.0.2",
"jsdom": "11.2.0",
"moment": "2.18.1",
"numeral": "2.0.6",
"react": "15.4.2",
"react-addons-test-utils": "15.4.2",
"react-dom": "15.4.2"
Expand Down

0 comments on commit 883e1c9

Please sign in to comment.