Skip to content

Commit 53154e3

Browse files
committed
Bump to alpha
1 parent fe47aef commit 53154e3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -24,9 +24,6 @@
2424
"example:install": "npm pack && cd example && npm install && npm install ../*.tgz",
2525
"example:generate": "npm run example:install && cd example && npm run build && npm run generate",
2626
"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",
3027
"clean": "rm -rf node_modules dist example/node_modules example/dist example/.nuxt",
3128
"release:minor": "npm version minor -m 'Release %s' && npm publish",
3229
"release:patch": "npm version patch -m 'Release %s' && npm publish",

0 commit comments

Comments
 (0)