Skip to content

Commit fffee49

Browse files
committed
Bump to alpha
1 parent fe47aef commit fffee49

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

Lines changed: 3 additions & 7 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",
@@ -13,20 +13,16 @@
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",

0 commit comments

Comments
 (0)