Skip to content

Commit

Permalink
chore: remove packageManager from package.json (#33488)
Browse files Browse the repository at this point in the history
### Issue # (if applicable)

None

### Reason for this change

I've added `packageManager` section to `package.json` in this [PR](https://github.com/aws/aws-cdk/pull/32719/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519) by mistake.

### Description of changes

Remove `packageManager` from `package.json`.

### Describe any new or updated permissions being added

None


### Description of how you validated changes

None

### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
badmintoncryer authored Feb 18, 2025
1 parent 8b87a63 commit 7be4456
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,5 @@
},
"dependencies": {
"string-width": "^4.2.3"
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}
}

0 comments on commit 7be4456

Please sign in to comment.