diff --git a/package.json b/package.json index 3705310..c965375 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -57,6 +57,8 @@ } }, "peerDependencies": { + "moment": "2.18.1", + "numeral": "2.0.6", "react": "15.4.2", "react-dom": "15.4.2" }, @@ -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" }, @@ -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"