Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Move moment to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jducro committed Nov 29, 2018
1 parent 7790f7d commit 71eacf9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.6.8 - 2018-11-29

* Move `moment` to peerDependencies

## 0.6.7 - 2018-11-29

* Move `@deskpro/react-components` to peerDependencies

## 0.6.6 - 2018-11-21

* Add `allowDuplicate` to prevent the same token from being selected twice
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deskpro/token-field",
"version": "0.6.7",
"version": "0.6.8-beta.0",
"description": "",
"main": "dist/index.js",
"private": false,
Expand All @@ -17,6 +17,7 @@
"travis-test": "npm run test -- --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"peerDependencies": {
"moment": "^2.22.2",
"react": "^16.0",
"react-dom": "^16.0",
"@deskpro/react-components": "^1.4.2"
Expand All @@ -35,7 +36,6 @@
"@deskpro/js-utils": "^1.0.6",
"@fortawesome/free-solid-svg-icons": "^5.4.1",
"classnames": "^2.2.5",
"moment": "^2.22.2",
"prop-types": "^15.6.0",
"react-highlight-words": "^0.11.0",
"react-input-autosize": "^2.2.1",
Expand Down Expand Up @@ -75,6 +75,7 @@
"husky": "^0.14.3",
"jest": "^21.2.1",
"lint-staged": "^4.2.3",
"moment": "^2.22.2",
"node-sass": "^4.9.2",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^2.0.6",
Expand Down

0 comments on commit 71eacf9

Please sign in to comment.