Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 84d974e

Browse files
committed
chore: convert to flat repo from monorepo
1 parent 719f637 commit 84d974e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+7517
-5666
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ node_modules/
33
.rpt2_cache/
44
dist/
55
*error.log
6-
lerna-debug.log
76
storybook-static/

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ script:
1212
- yarn lint
1313
- yarn test
1414
- yarn build
15-
- yarn build-storybook

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ test_script:
1111
- yarn lint
1212
- yarn test
1313
- yarn build
14-
- yarn build-storybook
1514

1615
build: off

packages/react-docgen-typescript-loader-example/package.json renamed to examples/storybook/package.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,26 @@
88
"react": "^16.5.2",
99
"react-dom": "^16.5.2"
1010
},
11+
"scripts": {
12+
"storybook": "start-storybook -p 6006",
13+
"build-storybook": "build-storybook",
14+
"clean": "rimraf storybook-static"
15+
},
1116
"devDependencies": {
1217
"@storybook/addon-actions": "4.0.0-alpha.2",
1318
"@storybook/addon-info": "4.0.0-alpha.2",
1419
"@storybook/addon-links": "4.0.0-alpha.2",
1520
"@storybook/addons": "4.0.0-alpha.2",
1621
"@storybook/react": "4.0.0-alpha.2",
17-
"@types/jest": "^23.3.2",
18-
"@types/memory-fs": "^0.3.2",
19-
"@types/node": "^10.10.1",
2022
"@types/react": "^16.4.14",
2123
"@types/storybook__addon-actions": "^3.0.3",
2224
"@types/storybook__addon-info": "^3.4.2",
2325
"@types/storybook__react": "^3.0.8",
24-
"@types/webpack": "^4.4.12",
2526
"babel-core": "^6.26.3",
2627
"babel-runtime": "^6.26.0",
27-
"lerna": "^3.4.0",
28-
"prettier": "^1.14.3",
2928
"react-docgen-typescript-loader": "^2.0.3",
3029
"rimraf": "^2.6.2",
3130
"ts-loader": "^5.1.1",
32-
"tslint-config-airbnb": "^5.11.0",
33-
"tslint-plugin-prettier": "^2.0.0",
3431
"typescript": "^3.0.3"
35-
},
36-
"scripts": {
37-
"storybook": "start-storybook -p 6006",
38-
"build-storybook": "build-storybook",
39-
"clean": "rimraf storybook-static"
4032
}
4133
}

0 commit comments

Comments
 (0)