Skip to content

Commit a948d39

Browse files
committed
Remove unused constants
1 parent 84f23ad commit a948d39

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/common/src/constants.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ export const constants = {
1111
defaultTemplate: 'default',
1212
packageJson: {
1313
configKey: 'figma-plugin',
14-
defaultLicense: 'MIT',
1514
defaultPluginDisplayName: 'Figma Plugin',
16-
defaultPluginName: 'figma-plugin',
17-
defaultVersion: '1.0.0'
15+
defaultPluginName: 'figma-plugin'
1816
},
1917
src: {
2018
directory: 'src'

0 commit comments

Comments
 (0)