Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danparnella committed Oct 21, 2020
1 parent 53e12f1 commit a1afc04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpadlab/lp-components",
"version": "5.0.0",
"version": "5.1.0",
"engines": {
"node": "^8.0.0 || ^10.13.0 || ^12.0.0"
},
Expand Down Expand Up @@ -59,6 +59,7 @@
"@babel/polyfill": "^7.4.3",
"@launchpadlab/babel-preset": "^2.1.0",
"@launchpadlab/eslint-config": "^2.4.1",
"@launchpadlab/prettier-config": "^1.0.0",
"@size-limit/preset-small-lib": "^3.0.0",
"@storybook/addon-a11y": "^5.2.5",
"@storybook/addon-actions": "^5.0.6",
Expand Down Expand Up @@ -96,5 +97,9 @@
},
"husky": {
"pre-commit": "yarn run docs && git add docs.md"
},
"prettier": "@launchpadlab/prettier-config",
"jest": {
"verbose": "false"
}
}

0 comments on commit a1afc04

Please sign in to comment.