Skip to content

Commit

Permalink
Merge pull request #1676 from RoadieHQ/remove-package
Browse files Browse the repository at this point in the history
Remove package
  • Loading branch information
Irma12 authored Oct 15, 2024
2 parents 930bede + 679b45d commit d1a2b04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-maps-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@roadiehq/plugin-wiz-backend': patch
---

Remove uneeded dependency from backend plugin
23 changes: 0 additions & 23 deletions plugins/backend/wiz-backend/dev/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion plugins/backend/wiz-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion plugins/backend/wiz-backend/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { createRouter } from './service/router';
* @public
*/
export const wizBackendPlugin = createBackendPlugin({
pluginId: 'wiz-backend',
pluginId: 'plugin-wiz-backend',
register(env) {
env.registerInit({
deps: {
Expand Down

0 comments on commit d1a2b04

Please sign in to comment.