Skip to content

Commit

Permalink
Update dependency on ffe-core
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarni committed Jun 13, 2017
1 parent 60f4d6e commit 71f29e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Changelog

## v.5.2.1

* Support both versions 9 and 10 of `ffe-core`

## v.5.2.0

* Added `--hide-md` modifier in order to be able to responsively hide columns

## v.5.1.2

* Specified font size of `--condensed` modifier to 14px
* Added example of condensed table
* Added example of condensed table

## v.5.1.1

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-tables",
"version": "5.2.0",
"version": "5.2.1",
"main": "less/tables.less",
"scripts": {
"compile": "npm run lint && lessc example/example.less example/example.css && cp -R node_modules/ffe-core/fonts/ example/fonts/ && echo \"$(date +%T): Updated example\"",
Expand Down Expand Up @@ -29,7 +29,7 @@
}
],
"devDependencies": {
"ffe-core": "^9.2.0",
"ffe-core": "^10.0.0",
"ffe-visual-tests-support": "2.1.1",
"less": "^2.7.2",
"nsp": "^2.6.3",
Expand All @@ -39,7 +39,7 @@
"watch": "^1.0.2"
},
"peerDependencies": {
"ffe-core": "^9.2.0"
"ffe-core": "^9.2.0 || ^10.0.0"
},
"publishConfig": {
"registry": "***REMOVED***"
Expand Down

0 comments on commit 71f29e5

Please sign in to comment.