Skip to content

Commit d37623a

Browse files
committed
chore(packages): move the packages to root
1 parent 097f1a2 commit d37623a

File tree

1,255 files changed

+38
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,255 files changed

+38
-38
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ dist/
1818
node_modules/
1919
tmp/
2020
temp/
21-
packages/core/theme-builder/
22-
packages/core/test-components/
21+
core/theme-builder/
22+
core/test-components/
2323
$RECYCLE.BIN/
2424

2525
.DS_Store

README.md

+2-2
File renamed without changes.
File renamed without changes.

angular/scripts/README.md

+16
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.

circle.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
paths:
2020
- ~/ionic/node_modules/
2121
- restore_cache:
22-
key: node_modules_{{ checksum "packages/core/package.json" }}
22+
key: node_modules_{{ checksum "core/package.json" }}
2323
- run:
2424
name: Install core node modules
25-
command: npm --prefix packages/core/ i
25+
command: npm --prefix core/ i
2626
- save_cache:
27-
key: node_modules_{{ checksum "packages/core/package.json" }}
27+
key: node_modules_{{ checksum "core/package.json" }}
2828
paths:
29-
- ~/ionic/packages/core/node_modules/
29+
- ~/ionic/core/node_modules/
3030
- run:
3131
name: Validate Core
32-
command: npm --prefix packages/core/ run validate
32+
command: npm --prefix core/ run validate
File renamed without changes.
File renamed without changes.

packages/core/LICENSE core/LICENSE

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/core/scripts/e2e/README.md core/scripts/e2e/README.md

+1-1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/core/scripts/readme.md core/scripts/readme.md

+3-3
File renamed without changes.

packages/core/scripts/theme-builder/readme.md core/scripts/theme-builder/readme.md

+1-1
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.

0 commit comments

Comments
 (0)