Skip to content

Commit

Permalink
Adapt package folder names to match package names
Browse files Browse the repository at this point in the history
- Rename package folder `example` to `examples-react`
- Rename package folder `material` to `material-renderers`
- Rename package folder `vanilla` to `vanilla-renderers`

Resolves #1036
  • Loading branch information
lucas-koehler authored Dec 5, 2022
1 parent 91f351d commit 96be520
Show file tree
Hide file tree
Showing 207 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ stats.html
!.vscode/settings.json

.coveralls.yml
packages/example/build
packages/examples-react/build
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.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
import { renderExample } from '../../example/src/index';
import { renderExample } from '../../examples-react/src/index';
import { materialRenderers, materialCells } from '../src';

renderExample(
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.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var copyWebpackPlugin = require("copy-webpack-plugin");
module.exports = merge(baseConfig, {
plugins: [
new copyWebpackPlugin([
{ from: '../example/src/logo.svg' },
{ from: '../examples-react/src/logo.svg' },
])
],
});
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.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
vanillaCells,
vanillaRenderers,
} from '../src';
import { renderExample } from '../../example/src/index';
import { renderExample } from '../../examples-react/src/index';

renderExample(vanillaRenderers, vanillaCells);
createThemeSelection();
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.
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.
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.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = merge(baseConfig, {
new copyWebpackPlugin([
{ from: './example/example.css' },
{ from: './example/example.dark.css' },
{ from: '../example/src/logo.svg' },
{ from: '../examples-react/src/logo.svg' },
])
],
});

0 comments on commit 96be520

Please sign in to comment.