Skip to content

Commit

Permalink
Merge branch 'removeStorybook'
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Mar 15, 2021
2 parents b19d9b8 + 726a9f4 commit bb0c573
Show file tree
Hide file tree
Showing 11 changed files with 195 additions and 6,531 deletions.
29 changes: 0 additions & 29 deletions .storybook/main.js

This file was deleted.

5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@
language: 'node_js'
node_js: '12'

# Script that is run before the script phase
before_script:
- yarn build-storybook

# Deployment information
deploy:
provider: pages # Tell Travis we want to deploy to Github Pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Will take the environment variable you created on step 5
local_dir: storybook-static # The folder that needs to be deployed
repo: cozy/mui-bottom-sheet # Add your username/project_name here
target_branch: gh-pages # Tell Travis to deploy on the gh-pages branch
on:
Expand Down
3 changes: 0 additions & 3 deletions example/.npmignore

This file was deleted.

14 changes: 0 additions & 14 deletions example/index.html

This file was deleted.

14 changes: 0 additions & 14 deletions example/index.tsx

This file was deleted.

24 changes: 0 additions & 24 deletions example/package.json

This file was deleted.

19 changes: 0 additions & 19 deletions example/tsconfig.json

This file was deleted.

11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"build": "tsdx build",
"test": "tsdx test --passWithNoTests --env=jest-environment-jsdom-sixteen",
"lint": "tsdx lint",
"prepare": "tsdx build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"prepare": "tsdx build"
},
"peerDependencies": {
"react": ">=16"
Expand Down Expand Up @@ -50,12 +48,6 @@
"module": "dist/mui-bottom-sheet.esm.js",
"devDependencies": {
"@babel/core": "^7.9.0",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-docs": "^5.3.18",
"@storybook/addon-info": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/react": "^5.3.18",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.2",
"@types/jest": "^25.1.5",
Expand All @@ -80,7 +72,6 @@
},
"dependencies": {
"@juggle/resize-observer": "^3.1.3",
"@storybook/addon-knobs": "^5.3.18",
"jest-environment-jsdom-sixteen": "^1.0.3",
"react-spring": "9.0.0-rc.3",
"react-use-gesture": "^7.0.8",
Expand Down
161 changes: 0 additions & 161 deletions stories/BottomSheet.stories.tsx

This file was deleted.

Binary file removed stories/static/buildings.jpg
Binary file not shown.
Loading

0 comments on commit bb0c573

Please sign in to comment.