We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6606af7 commit 1e0c846Copy full SHA for 1e0c846
package.json
@@ -17,7 +17,7 @@
17
"precommit": "prettier --write \"./components/**/*.{js,jsx}\" && npm run stylelint",
18
"build": "rimraf dist && webpack --mode=none",
19
"prepublishOnly": "npm test",
20
- "postpublish": "yarn helmsman ship-to @faithlife/styled-ui@5.71.0 latest --no-ship-faithlife",
+ "postpublish": "yarn helmsman ship-to @faithlife/styled-ui@5.72.0 latest --no-ship-faithlife",
21
"stylelint": "stylelint ./components/**/*.jsx",
22
"unit-test": "cross-env NODE_ENV=test mocha -t 60000 -r @babel/register ./tests/**/*.js",
23
"helmsman": "npx --userconfig ./.npmrc @faithlife/helmsman",
0 commit comments