Skip to content

Commit

Permalink
Chore: Release v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Amr Wagdy committed Oct 19, 2022
1 parent 2cdf0d6 commit 65f08fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"clean:demo": "rm -rf examples/dist",
"build:demo": "npm run clean:demo && webpack --mode production --config config/webpack-demo.config.js",
"deploy:demo": "gh-pages -d examples/dist",
"publish:demo": "npm run build-demo && npm run deploy-demo"
"publish:demo": "npm run build:demo && npm run deploy:demo"
},
"dependencies": {
"@babel/runtime": "^7.17.0",
Expand Down

0 comments on commit 65f08fd

Please sign in to comment.