ADD examples to lerna && remove yarn

This commit is contained in:
Norbert de Langen 2017-04-10 18:25:57 +02:00
parent c9cdc09ff8
commit 30f28bac26
11 changed files with 6 additions and 33822 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ dist
.tern-port
*.DS_Store
packages/examples/automated-*
yarn.lock

View File

@ -1,7 +1,8 @@
{
"lerna": "2.0.0-beta.38",
"version": "3.0.0",
"packages": [
"packages/*"
],
"version": "0.0.0"
"packages/*",
"packages/examples/*"
]
}

File diff suppressed because it is too large Load Diff

View File

@ -4,14 +4,13 @@
"private": true,
"devDependencies": {
"react-scripts": "0.9.5",
"@kadira/storybook": "^2.21.0"
"@kadira/storybook": "*"
},
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"scripts": {
"link": "ln -s ../node_modules ./",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",

File diff suppressed because it is too large Load Diff

View File

@ -8,13 +8,7 @@
"test:automated-cra-storybook": "node scripts/automated-cra-storybook.js"
},
"license": "ISC",
"devDependencies": {
"react-scripts": "0.9.5",
"@kadira/storybook": "^2.21.0"
},
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
"child-process-promise": "^2.2.1",
"getstorybook": "^1.7.0",
"rimraf": "^2.6.1"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1483
yarn.lock

File diff suppressed because it is too large Load Diff