Skip to content

Commit

Permalink
Merge pull request #209 from kiwicom/rc-10-upgrade
Browse files Browse the repository at this point in the history
Improve npmignore, bump version number
  • Loading branch information
tomashapl authored Jun 13, 2018
2 parents 82c0606 + c698ccf commit e4a0f34
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.circleci
.github
.storybook
config
flow-typed
node_modules
.editorconfig
.eslintignore
.eslint
.prettierignore
.prettierrc
CODEOWNERS
jest.json
renovate.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiwicom/orbit-components",
"version": "0.0.0-rc9",
"version": "0.0.0-rc10",
"scripts": {
"storybook": "start-storybook -p 6007 -c .storybook",
"build": "yarn clean && yarn build:icons && yarn build:lib && yarn build:flow && yarn build:module",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2875,7 +2875,7 @@ content-type@~1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"

[email protected], convert-source-map@^1.4.0, convert-source-map@^1.5.0:
[email protected], convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5"

Expand Down Expand Up @@ -7489,7 +7489,7 @@ pretty-format@^22.4.3:
ansi-regex "^3.0.0"
ansi-styles "^3.2.0"

private@^0.1.6, private@^0.1.7, private@~0.1.5:
private@^0.1.6, private@^0.1.7, private@^0.1.8, private@~0.1.5:
version "0.1.8"
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"

Expand Down

0 comments on commit e4a0f34

Please sign in to comment.