Skip to content

Commit 7b39445

Browse files
committed
refactor: use npm workspaces to manage installation of packages
npm workspaces can install our workspace package dependencies far quicker than athloi. This removes the need for the postinstall script. This also finally introduces the much needed package-lock.json for the repo.
1 parent e4a678f commit 7b39445

File tree

57 files changed

+214731
-206
lines changed

Some content is hidden

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

57 files changed

+214731
-206
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ dist/
44
.DS_Store
55
Thumbs.db
66
npm-debug.log
7-
package-lock.json
87
yarn.lock
98
.vscode
109
.cache

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/building-sass-files/.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/combined-hbs-jsx/.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/dynamic-imports/.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/express-with-handlebars/.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/express-with-jsx/.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/ft-ui/.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/kitchen-sink/.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)