File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " json-editor-vue" ,
3- "pascalCasedName " : " JsonEditorVue" ,
3+ "PascalCasedName " : " JsonEditorVue" ,
44 "version" : " 0.10.2" ,
55 "private" : false ,
66 "packageManager" : " pnpm@7.18.1" ,
9999 "publishConfig" : {
100100 "registry" : " https://registry.npmjs.org"
101101 }
102- }
102+ }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import type { PropType } from 'vue-demi'
1313import { JSONEditor } from 'vanilla-jsoneditor'
1414import { conclude } from 'vue-global-config'
1515import { debounce } from 'lodash-es'
16- import { pascalCasedName as name } from '../package.json'
16+ import { PascalCasedName as name } from '../package.json'
1717import { globalAttrs , globalProps } from './install'
1818
1919export type Mode = 'tree' | 'text' | 'table'
Original file line number Diff line number Diff line change 11import type { ConfigEnv , UserConfigExport } from 'vite'
22import dts from 'vite-plugin-dts'
3- import { name , pascalCasedName } from './package.json'
3+ import { name , PascalCasedName } from './package.json'
44
55// https://vitejs.dev/config/
66export default ( { command } : ConfigEnv ) : UserConfigExport => {
@@ -19,7 +19,7 @@ export default ({ command }: ConfigEnv): UserConfigExport => {
1919 ] ,
2020 output : {
2121 globals : {
22- [ name ] : pascalCasedName ,
22+ [ name ] : PascalCasedName ,
2323 'vanilla-jsoneditor' : 'JSONEditor' ,
2424 'vue' : 'Vue' ,
2525 'vue-demi' : 'VueDemi' ,
You can’t perform that action at this time.
0 commit comments