Skip to content

Commit

Permalink
fix: remove 'src' dir from being packaged with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Oct 9, 2023
1 parent b1cf8c4 commit d156ddb
Show file tree
Hide file tree
Showing 41 changed files with 41 additions and 82 deletions.
3 changes: 1 addition & 2 deletions packages/clay-alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-color-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.ts",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-data-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-drop-down/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-empty-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-loading-indicator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-localized-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-management-toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-multi-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-multi-step-nav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-nav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-navigation-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-pagination-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-progress-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.ts",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-sticker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-time-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"types": "lib/index.d.ts",
"ts:main": "src/index.tsx",
"files": [
"lib",
"src"
"lib"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
Expand Down
Loading

0 comments on commit d156ddb

Please sign in to comment.