Skip to content

Commit de5293a

Browse files
Merge pull request #495 from preactjs/wmrjs-org
Move packages to @wmrjs org
2 parents da91452 + 5f54c76 commit de5293a

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.changeset/tasty-kids-breathe.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@wmrjs/directory-import': minor
3+
'@wmrjs/nomodule': minor
4+
'@wmrjs/service-worker': minor
5+
---
6+
7+
Move plugins from @wmr-plugins org to @wmrjs

packages/directory-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wmr-plugins/directory-import",
2+
"name": "@wmrjs/directory-import",
33
"version": "0.1.2",
44
"type": "module",
55
"main": "./directory-plugin.cjs",

packages/nomodule-plugin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function (options) {
1212
*/
1313
function nomodulePlugin({} = {}) {
1414
return {
15-
name: '@wmr-plugins/nomodule',
15+
name: '@wmrjs/nomodule',
1616
async generateBundle(opts, bundle) {
1717
const downleveled = new Map();
1818
for (const fileName in bundle) {

packages/nomodule-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wmr-plugins/nomodule",
2+
"name": "@wmrjs/nomodule",
33
"publishConfig": {
44
"access": "public"
55
},

packages/sw-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wmr-plugins/service-worker",
2+
"name": "@wmrjs/service-worker",
33
"version": "0.2.0",
44
"type": "module",
55
"main": "./sw-plugin.cjs",

0 commit comments

Comments
 (0)