File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments