Skip to content

Commit cb46974

Browse files
committed
fix(alias,auto-install,beep,buble,commonjs,data-uri,dsv,dynamic-import-vars,esm-shim,graphql,html,image,inject,json,legacy,multi-entry,node-resolve,replace,run,strip,sucrase,swc,terser,typescript,url,virtual,wasm,yaml): add rollup-plugin keyword in package.json
1 parent c8e78c8 commit cb46974

File tree

28 files changed

+57
-27
lines changed

28 files changed

+57
-27
lines changed

packages/alias/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"rollup",
4545
"plugin",
4646
"resolve",
47-
"alias"
47+
"alias",
48+
"rollup-plugin"
4849
],
4950
"peerDependencies": {
5051
"rollup": ">=4.0.0"

packages/auto-install/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"auto",
5151
"install",
5252
"npm",
53-
"modules"
53+
"modules",
54+
"rollup-plugin"
5455
],
5556
"peerDependencies": {
5657
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"

packages/beep/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"keywords": [
3535
"beep",
3636
"plugin",
37-
"rollup"
37+
"rollup",
38+
"rollup-plugin"
3839
],
3940
"peerDependencies": {
4041
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"

packages/buble/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"buble",
5151
"es2015",
5252
"npm",
53-
"modules"
53+
"modules",
54+
"rollup-plugin"
5455
],
5556
"peerDependencies": {
5657
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"

packages/commonjs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"npm",
5252
"modules",
5353
"commonjs",
54-
"require"
54+
"require",
55+
"rollup-plugin"
5556
],
5657
"peerDependencies": {
5758
"rollup": "^2.68.0||^3.0.0||^4.0.0"

packages/data-uri/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"plugin",
5252
"rollup",
5353
"uri",
54-
"url"
54+
"url",
55+
"rollup-plugin"
5556
],
5657
"peerDependencies": {
5758
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"

packages/dsv/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"README.md",
4141
"LICENSE"
4242
],
43+
"keywords": [
44+
"rollup-plugin"
45+
],
4346
"peerDependencies": {
4447
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
4548
},

packages/dynamic-import-vars/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"glob",
5353
"string",
5454
"concatenation",
55-
"interpolation"
55+
"interpolation",
56+
"rollup-plugin"
5657
],
5758
"peerDependencies": {
5859
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"

packages/esm-shim/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"plugin",
5050
"esm-shim",
5151
"npm",
52-
"modules"
52+
"modules",
53+
"rollup-plugin"
5354
],
5455
"peerDependencies": {
5556
"rollup": "^2.0.0||^3.0.0||^4.0.0"

packages/graphql/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"graphql",
5252
"apollo",
5353
"import",
54-
"modules"
54+
"modules",
55+
"rollup-plugin"
5556
],
5657
"peerDependencies": {
5758
"graphql": ">=0.9.0",

0 commit comments

Comments
 (0)