File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 4848 run : pnpm run typecheck
4949
5050 - name : Test
51- run : pnpm run test run
51+ run : pnpm run test
5252
5353 - name : Publish
5454 run : pnpx pkg-pr-new publish --compact --no-template --pnpm
Original file line number Diff line number Diff line change 22 "name" : " nuxt-studio" ,
33 "version" : " 0.0.1" ,
44 "description" : " Nuxt Studio for Nuxt Content" ,
5- "repository" : " @nuxt-content/studio" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " git+https://github.com/nuxt-content/studio.git"
8+ },
69 "license" : " MIT" ,
710 "type" : " module" ,
811 "exports" : {
2023 "default" : " ./dist/app/service-worker.js"
2124 }
2225 },
26+ "files" : [
27+ " dist"
28+ ],
2329 "main" : " ./dist/module/module.mjs" ,
2430 "scripts" : {
2531 "prepack" : " nuxt-module-build build src/module; vite build src/app" ,
7682 "minimark" : " ^0.2.0" ,
7783 "ofetch" : " ^1.4.1" ,
7884 "unstorage" : " ^1.17.1"
79- }
85+ },
86+ "keywords" : [
87+ " nuxt" ,
88+ " content" ,
89+ " nuxt-module" ,
90+ " studio" ,
91+ " editor" ,
92+ " preview" ,
93+ " cms" ,
94+ " markdown" ,
95+ " mdc"
96+ ]
8097}
You can’t perform that action at this time.
0 commit comments