Skip to content

Commit

Permalink
v10.2.0 (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone authored Apr 30, 2019
1 parent 688d681 commit 36071eb
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "carbon-components",
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
"homepage": "https://www.carbondesignsystem.com/",
"version": "10.1.0",
"version": "10.2.0",
"module": "es/index.js",
"main": "umd/index.js",
"repository": {
Expand Down Expand Up @@ -199,8 +199,16 @@
"@commitlint/config-conventional"
],
"rules": {
"header-max-length": [2, "always", 50],
"body-max-line-length": [2, "always", 72]
"header-max-length": [
2,
"always",
50
],
"body-max-line-length": [
2,
"always",
72
]
}
},
"husky": {
Expand Down

0 comments on commit 36071eb

Please sign in to comment.