Skip to content

Commit

Permalink
Rename car-storybook => cra-kitchen-sink
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Jun 12, 2017
1 parent f707853 commit b7b8080
Show file tree
Hide file tree
Showing 22 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cra-storybook",
"name": "cra-kitchen-sink",
"version": "1.0.0",
"scripts": {
"build": "react-scripts build",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A set of examples of how to use storybook, also used for regression testing",
"main": "index.js",
"scripts": {
"test:automated-cra-storybook": "node scripts/automated-cra-storybook.js"
"test:automated-cra-getstorybook": "node scripts/automated-cra-getstorybook.js"
},
"license": "ISC",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/scripts/automated-cra-storybook.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
const { exec } = require('child-process-promise');
const rimraf = require('rimraf');

const targetFolder = 'automated-cra-storybook';
const targetFolder = 'automated-cra-getstorybook';

const cleanDir = () => new Promise(resolve => rimraf(`./${targetFolder}`, resolve));

Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
'<rootDir>/addons',
'<rootDir>/app',
'<rootDir>/lib',
'<rootDir>/examples/cra-storybook',
'<rootDir>/examples/cra-kitchen-sink',
'<rootDir>/examples/test-cra',
],
testPathIgnorePatterns: ['/node_modules/'],
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"publish": {
"ignore": [
"cra-storybook",
"cra-kitchen-sink",
"test-cra",
"react-native-getstorybook"
]
Expand Down

0 comments on commit b7b8080

Please sign in to comment.