Skip to content

Commit 944e514

Browse files
author
Dave Ferris
committed
UIDS-16 update version and script
1 parent cdd96b2 commit 944e514

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
/.pnp
66
.pnp.js
77

8+
# distribution
9+
lib
10+
811
# testing
912
/coverage
1013

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-design-system",
3-
"version": "1.0.0",
3+
"version": "1.0.2-beta",
44
"dependencies": {
55
"bootstrap": "^4.3.1",
66
"classnames": "^2.2.6",
@@ -18,7 +18,7 @@
1818
"build-storybook": "build-storybook -s public",
1919
"build-storybook-docs": "build-storybook -s public --docs",
2020
"deploy-storybook": "storybook-to-ghpages",
21-
"prepare": "yarn build",
21+
"prepublishOnly": "yarn build",
2222
"test": "jest"
2323
},
2424
"eslintConfig": {

0 commit comments

Comments
 (0)