diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000000..a2f1e85b10 --- /dev/null +++ b/.npmignore @@ -0,0 +1,14 @@ +.circleci +.github +.storybook +config +flow-typed +node_modules +.editorconfig +.eslintignore +.eslint +.prettierignore +.prettierrc +CODEOWNERS +jest.json +renovate.json diff --git a/package.json b/package.json index 9a6b7a9764..3ce46191ad 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 83d79148d0..b75a0c9efe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" -convert-source-map@1.5.1, convert-source-map@^1.4.0, convert-source-map@^1.5.0: +convert-source-map@1.5.1, 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" @@ -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"