File tree Expand file tree Collapse file tree 2 files changed +260
-3
lines changed
Expand file tree Collapse file tree 2 files changed +260
-3
lines changed Original file line number Diff line number Diff line change 33 "version" : " 3.0.0" ,
44 "description" : " This packages makes it nice and easy to add Easter Egg triggers to your Vue site." ,
55 "private" : false ,
6- "main" : " dist/vue3 -easter-egg-trigger.cjs.js" ,
7- "module" : " dist/vue3 -easter-egg-trigger.es.js" ,
6+ "main" : " dist/vue -easter-egg-trigger.cjs.js" ,
7+ "module" : " dist/vue -easter-egg-trigger.es.js" ,
88 "types" : " dist/plugin/types/index.d.ts" ,
99 "scripts" : {
1010 "dev" : " NODE_OPTIONS='--no-warnings' vite" ,
1111 "watch" : " pnpm dev" ,
1212 "play" : " sh src/playground/configs/build.sh && NODE_ENV=playground pnpm dev" ,
13- "build" : " vue-tsc && npm run test:build && vite build --config vite.build.config.mts" ,
13+ "build" : " vue-tsc && vite build --config vite.build.config.mts" ,
1414 "build:docs" : " vite build" ,
1515 "predeploy" : " npm run build" ,
1616 "deploy" : " gh-pages -d docs" ,
121121 "vite-plugin-eslint" : " ^1.8.1" ,
122122 "vite-plugin-stylelint" : " ^5.2.1" ,
123123 "vite-plugin-vuetify" : " ^2.0.1" ,
124+ "vitest" : " ^1.2.1" ,
124125 "vue-tsc" : " ^1.8.24" ,
125126 "vuetify" : " ^3.4.4" ,
126127 "webfontloader" : " ^1.6.28"
You can’t perform that action at this time.
0 commit comments