Skip to content

Commit

Permalink
Add postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Sep 28, 2020
1 parent 1005042 commit 8516756
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ Author: [meloalright](https://github.com/meloalright)
## ChangeLog

Documented in [Releases](https://github.com/meloalright/vue-ins-progress-bar/releases)


## License

[MIT](https://opensource.org/licenses/MIT)
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-ins-progress-bar",
"author": "meloalright",
"version": "1.3.0",
"version": "1.3.8",
"description": "A vue ins progress bar",
"main": "dist/vue-ins-progress-bar.js",
"typings": "types/index.d.ts",
Expand Down Expand Up @@ -38,6 +38,7 @@
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"postinstall": "echo 🌈",
"test": "echo no test specified"
},
"repository": {
Expand Down

0 comments on commit 8516756

Please sign in to comment.