File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-notion" ,
3- "version" : " 1.4.3 " ,
3+ "version" : " 3.0.0-alpha.0 " ,
44 "description" : " A Vue renderer for Notion pages" ,
55 "repository" : " github:janniks/vue-notion" ,
66 "type" : " module" ,
1313 }
1414 },
1515 "files" : [
16- " dist/**/*.js" ,
17- " dist/**/*.css" ,
16+ " dist/" ,
1817 " src/**/*.css" ,
19- " nuxt/*.js "
18+ " nuxt/"
2019 ],
2120 "scripts" : {
2221 "serve" : " vue-cli-service serve dev/serve.js" ,
2322 "example" : " npm run example:generate && cd example && npm start" ,
2423 "example:install" : " npm pack && cd example && npm install && npm install ../*.tgz" ,
2524 "example:generate" : " npm run example:install && cd example && npm run build && npm run generate" ,
2625 "build" : " vite build" ,
27- "build:ssr" : " cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs" ,
28- "build:es" : " cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es" ,
29- "build:unpkg" : " cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife" ,
3026 "clean" : " rm -rf node_modules dist example/node_modules example/dist example/.nuxt" ,
3127 "release:minor" : " npm version minor -m 'Release %s' && npm publish" ,
3228 "release:patch" : " npm version patch -m 'Release %s' && npm publish" ,
You can’t perform that action at this time.
0 commit comments