Skip to content

Commit 24a6416

Browse files
authoredOct 29, 2019
chore: migrate repository from npm to "yarn workspaces" (aws#4588)
This brings speed and reliability improvements with respects to the installation of dependencies.
1 parent 0b3c3d2 commit 24a6416

File tree

303 files changed

+9335
-186980
lines changed

Some content is hidden

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

303 files changed

+9335
-186980
lines changed
 

‎.dependabot/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ update_configs:
1010
- match:
1111
# Don't suggest upgrading @types/node to versions >= 9
1212
dependency_name: '@types/node'
13-
version_requirement: '>= 9'
13+
version_requirement: '>= 11'
1414
version_requirement_updates: increase_versions
1515
default_labels: []

‎.npmrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Helps with using npm package-locally, while in a yarn workflow (avoids coupling scripts to yarn).
2+
# This is needed because yarn goes out of it's way to ensure it controls what `node` binary is used (for good!)
3+
scripts-prepend-node-path=auto

0 commit comments

Comments
 (0)
Please sign in to comment.