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 cdd96b2 commit 944e514Copy full SHA for 944e514
.gitignore
@@ -5,6 +5,9 @@
5
/.pnp
6
.pnp.js
7
8
+# distribution
9
+lib
10
+
11
# testing
12
/coverage
13
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ui-design-system",
3
- "version": "1.0.0",
+ "version": "1.0.2-beta",
4
"dependencies": {
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
@@ -18,7 +18,7 @@
18
"build-storybook": "build-storybook -s public",
19
"build-storybook-docs": "build-storybook -s public --docs",
20
"deploy-storybook": "storybook-to-ghpages",
21
- "prepare": "yarn build",
+ "prepublishOnly": "yarn build",
22
"test": "jest"
23
},
24
"eslintConfig": {
0 commit comments