File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-notion" ,
3
- "version" : " 1.4.3 " ,
3
+ "version" : " 3.0.0-alpha.0 " ,
4
4
"description" : " A Vue renderer for Notion pages" ,
5
5
"repository" : " github:janniks/vue-notion" ,
6
6
"type" : " module" ,
24
24
"example:install" : " npm pack && cd example && npm install && npm install ../*.tgz" ,
25
25
"example:generate" : " npm run example:install && cd example && npm run build && npm run generate" ,
26
26
"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" ,
30
27
"clean" : " rm -rf node_modules dist example/node_modules example/dist example/.nuxt" ,
31
28
"release:minor" : " npm version minor -m 'Release %s' && npm publish" ,
32
29
"release:patch" : " npm version patch -m 'Release %s' && npm publish" ,
You can’t perform that action at this time.
0 commit comments