File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
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" ,
13
13
}
14
14
},
15
15
"files" : [
16
- " dist/**/*.js" ,
17
- " dist/**/*.css" ,
16
+ " dist/" ,
18
17
" src/**/*.css" ,
19
- " nuxt/*.js "
18
+ " nuxt/"
20
19
],
21
20
"scripts" : {
22
21
"serve" : " vue-cli-service serve dev/serve.js" ,
23
22
"example" : " npm run example:generate && cd example && npm start" ,
24
23
"example:install" : " npm pack && cd example && npm install && npm install ../*.tgz" ,
25
24
"example:generate" : " npm run example:install && cd example && npm run build && npm run generate" ,
26
25
"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
26
"clean" : " rm -rf node_modules dist example/node_modules example/dist example/.nuxt" ,
31
27
"release:minor" : " npm version minor -m 'Release %s' && npm publish" ,
32
28
"release:patch" : " npm version patch -m 'Release %s' && npm publish" ,
You can’t perform that action at this time.
0 commit comments