Skip to content

Commit

Permalink
Include vanilla.css in vue-vanilla bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Mar 10, 2021
1 parent 8aa5761 commit 5e0eac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vue/vue-vanilla/package.json
Expand Up @@ -34,7 +34,8 @@
"types": "lib/src/index.d.ts",
"files": [
"lib/*",
"src/*"
"src/*",
"vanilla.css"
],
"scripts": {
"serve": "vue-cli-service serve dev/serve.ts",
Expand Down

0 comments on commit 5e0eac5

Please sign in to comment.