Skip to content

Commit cd1b0eb

Browse files
committed
chore: cleanup
1 parent e550f9a commit cd1b0eb

File tree

35 files changed

+108
-143
lines changed

35 files changed

+108
-143
lines changed

packages/activityindicator/.npmignore

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
.DS_Store
2+
tsconfig.json
13
node_modules/
24
pnpm-global/
3-
bin/
4-
src/
5-
hooks/
6-
*.ts
7-
*.old
8-
tsconfig.json
9-
!*.d.ts
5+
CHANGELOG.md
6+
blueprint.md
7+
*.aar
8+
*.jar

packages/activityindicator/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"tsc": "cpy ../../src/activityindicator/index.d.ts ./ && tsc -d",
1010
"tsc-win": "cpy ..\\..\\src\\activityindicator\\index.d.ts .\\ && tsc -d",
1111
"build": "npm run tsc",
12-
"setup.yarn": "yarn install",
1312
"build.watch": "npm run tsc -- -w",
1413
"build.win": "npm run tsc-win",
1514
"build.all": "npm run build && npm run build.angular",

packages/bottom-navigation/.npmignore

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
*.map
2-
*.ts
3-
!*.d.ts
41
.DS_Store
52
tsconfig.json
6-
scripts/*
7-
platforms/android/*
8-
!platforms/android/include.gradle
9-
3+
node_modules/
4+
pnpm-global/
5+
CHANGELOG.md
6+
blueprint.md
7+
*.aar
8+
*.jar

packages/bottom-navigation/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"tsc": "cpy ../../src/bottom-navigation/index.d.ts ./ && tsc -d",
1616
"tsc-win": "cpy ..\\..\\src\\bottom-navigation\\index.d.ts .\\ && tsc -d",
1717
"build": "npm run tsc",
18-
"setup.yarn": "yarn install",
1918
"build.watch": "npm run tsc -- -w",
2019
"build.win": "npm run tsc-win",
2120
"build.all": "npm run build && npm run build.angular",
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
*.map
2-
*.ts
3-
!*.d.ts
41
.DS_Store
52
tsconfig.json
6-
scripts/*
7-
platforms/android/*
8-
!platforms/android/include.gradle
9-
3+
node_modules/
4+
pnpm-global/
5+
CHANGELOG.md
6+
blueprint.md
7+
*.aar
8+
*.jar

packages/bottomnavigationbar/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"tsc": "cpy ../../src/bottomnavigationbar/bottomnavigationbar.d.ts ./ && tsc -d",
1616
"tsc-win": "cpy ..\\..\\src\\bottomnavigationbar\\bottomnavigationbar.d.ts .\\ && tsc -d",
1717
"build": "npm run tsc",
18-
"setup.yarn": "yarn install",
1918
"build.watch": "npm run tsc -- -w",
2019
"build.win": "npm run tsc-win",
2120
"build.all": "npm run build && npm run build.angular",

packages/bottomsheet/.npmignore

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
.DS_Store
2+
tsconfig.json
13
node_modules/
24
pnpm-global/
3-
bin/
4-
src/
5-
hooks/
6-
*.ts
7-
*.old
8-
tsconfig.json
9-
!*.d.ts
5+
CHANGELOG.md
6+
blueprint.md
7+
*.aar
8+
*.jar

packages/bottomsheet/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"tsc": "cpy ../../src/bottomsheet/bottomsheet.d.ts ./ && tsc -d",
1010
"tsc-win": "cpy ..\\..\\src\\bottomsheet\\bottomsheet.d.ts .\\ && tsc -d",
1111
"build": "npm run tsc",
12-
"setup.yarn": "yarn install",
1312
"build.watch": "npm run tsc -- -w",
1413
"build.win": "npm run tsc-win",
1514
"build.all": "npm run build && npm run build.angular",

packages/button/.npmignore

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
.DS_Store
2+
tsconfig.json
13
node_modules/
24
pnpm-global/
3-
bin/
4-
src/
5-
hooks/
6-
*.ts
7-
*.old
8-
tsconfig.json
9-
!*.d.ts
5+
CHANGELOG.md
6+
blueprint.md
7+
*.aar
8+
*.jar

packages/button/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"tsc": "cpy ../../src/button/button.d.ts ./ && tsc -d",
1010
"tsc-win": "cpy ..\\..\\src\\button\\button.d.ts .\\ && tsc -d",
1111
"build": "npm run tsc",
12-
"setup.yarn": "yarn install",
1312
"build.watch": "npm run tsc -- -w",
1413
"build.win": "npm run tsc-win",
1514
"build.all": "npm run build && npm run build.angular",

0 commit comments

Comments
 (0)