Skip to content

Commit

Permalink
revert: include sdk-plugin in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
innerdvations committed May 23, 2024
1 parent e000eae commit bde2f6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/commands/plugin/init/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,13 @@ const PLUGIN_TEMPLATE = defineTemplate(async ({ logger, gitConfig, packagePath }
* version, failing that we leave the fallback of *.
*/
'@strapi/strapi': '*',
'@strapi/sdk-plugin': '*',
prettier: '*',
},
peerDependencies: {
// TODO: set this to 5.0.0 when Strapi 5 is released
'@strapi/strapi': '^5.0.0-beta',
'@strapi/sdk-plugin': '^5.0.0',
},
strapi: {
kind: 'plugin',
Expand Down

0 comments on commit bde2f6f

Please sign in to comment.