Skip to content

Commit

Permalink
UIDS-16 update version and script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Ferris committed Mar 9, 2020
1 parent cdd96b2 commit 944e514
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
/.pnp
.pnp.js

# distribution
lib

# testing
/coverage

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-design-system",
"version": "1.0.0",
"version": "1.0.2-beta",
"dependencies": {
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
Expand All @@ -18,7 +18,7 @@
"build-storybook": "build-storybook -s public",
"build-storybook-docs": "build-storybook -s public --docs",
"deploy-storybook": "storybook-to-ghpages",
"prepare": "yarn build",
"prepublishOnly": "yarn build",
"test": "jest"
},
"eslintConfig": {
Expand Down

0 comments on commit 944e514

Please sign in to comment.