Skip to content

Commit d0e556e

Browse files
committed
Update example
1 parent 8ae5000 commit d0e556e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"core-js": "^3.6.5",
1313
"nuxt": "^2.14.12",
14-
"vue-notion": "^0.2.10"
14+
"vue-notion": "^0.2.12"
1515
},
1616
"devDependencies": {}
1717
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"build:postcss": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format postcss",
2020
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
2121
"release:patch": "npm version patch -m 'Release %s' && npm publish",
22-
"postpublish": "cd example && npm install vue-notion@latest && git add --all && git commit -m 'Update example' && git push --tags",
22+
"postpublish": "cd example && npm install -f vue-notion@latest && git add --all && git commit -m 'Update example' && git push --tags",
2323
"prepare": "rm -rf dist && npm run build"
2424
},
2525
"dependencies": {

0 commit comments

Comments
 (0)