We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f23ad commit a948d39Copy full SHA for a948d39
packages/common/src/constants.ts
@@ -11,10 +11,8 @@ export const constants = {
11
defaultTemplate: 'default',
12
packageJson: {
13
configKey: 'figma-plugin',
14
- defaultLicense: 'MIT',
15
defaultPluginDisplayName: 'Figma Plugin',
16
- defaultPluginName: 'figma-plugin',
17
- defaultVersion: '1.0.0'
+ defaultPluginName: 'figma-plugin'
18
},
19
src: {
20
directory: 'src'
0 commit comments