Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8fe5c4e

Browse files
ciffeliaLinusU
andauthored
2.x: Specify encoding as an optional peer dependency in package.json (#1310)
* Specify `encoding` as an optional peer dependency* Update package.jsonCo-authored-by: Linus Unnebäck <linus@folkdatorn.se>Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
1 parentf56b0c6 commit8fe5c4e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎package.json‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@
3939
"dependencies": {
4040
"whatwg-url":"^5.0.0"
4141
},
42+
"peerDependencies": {
43+
"encoding":"^0.1.0"
44+
},
45+
"peerDependenciesMeta": {
46+
"encoding": {
47+
"optional":true
48+
}
49+
},
4250
"devDependencies": {
4351
"@ungap/url-search-params":"^0.1.2",
4452
"abort-controller":"^1.1.0",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp