Skip to content

Commit

Permalink
fix: publish proper postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Mar 18, 2022
1 parent 3dcea72 commit 5ad78fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/vue-inbrowser-compiler-demi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"files": [
"index.cjs.js",
"index.esm.js",
"index.d.ts"
"index.d.ts",
"postinstall.js"
],
"author": "Bart Ledoux <ledouxb@me.com>",
"license": "MIT",
Expand All @@ -31,4 +32,4 @@
"url": "https://github.com/vue-styleguidist/vue-styleguidist.git",
"directory": "packages/vue-inbrowser-compiler-utils"
}
}
}

0 comments on commit 5ad78fc

Please sign in to comment.