Skip to content

Commit

Permalink
refactor(cli): move bundle to cli and remove bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Jan 13, 2021
1 parent 95cece3 commit 1a86745
Show file tree
Hide file tree
Showing 57 changed files with 434 additions and 911 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@babel/preset-env": "^7.10.0",
"@babel/preset-react": "^7.10.0",
"@babel/runtime": "^7.10.0",
"@carbon/bundler": "workspace:packages/bundler",
"@carbon/cli": "workspace:packages/cli",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
Expand Down Expand Up @@ -146,7 +145,7 @@
"preset": "jest-config-carbon",
"collectCoverageFrom": [
"packages/**/src/**/*.js",
"!packages/{bundler,cli,components,sketch}/**",
"!packages/{cli,components,sketch}/**",
"!packages/**/{examples,stories}/**",
"!**/*-story.js"
],
Expand Down
5 changes: 0 additions & 5 deletions packages/bundler/.eslintrc

This file was deleted.

4 changes: 0 additions & 4 deletions packages/bundler/.npmignore

This file was deleted.

29 changes: 0 additions & 29 deletions packages/bundler/README.md

This file was deleted.

46 changes: 0 additions & 46 deletions packages/bundler/bin/bundler.js

This file was deleted.

56 changes: 0 additions & 56 deletions packages/bundler/package.json

This file was deleted.

67 changes: 0 additions & 67 deletions packages/bundler/src/bundler.js

This file was deleted.

72 changes: 0 additions & 72 deletions packages/bundler/src/bundlers/scss.js

This file was deleted.

30 changes: 0 additions & 30 deletions packages/bundler/src/commands/bundle.js

This file was deleted.

61 changes: 0 additions & 61 deletions packages/bundler/src/commands/sassdoc.js

This file was deleted.

Loading

0 comments on commit 1a86745

Please sign in to comment.