Skip to content

Commit

Permalink
enable critters support
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaring committed Sep 6, 2021
1 parent 64d520a commit b1b22b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/origin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "npm run build:esm -- -w --incremental",
"build": "rm -rf dist && npm run build:esm && npm run build:cjs",
"build:esm": "tsc --declaration true",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"prepublishOnly": "npm run build"
},
"dependencies": {
Expand All @@ -31,6 +31,7 @@
"@vue/compiler-sfc": "^3.2.9",
"@vue/server-renderer": "^3.2.9",
"autoprefixer": "^10.3.4",
"critters": "^0.0.10",
"postcss-nested": "^5.0.6",
"typescript": "^4.4.2",
"unplugin-vue-components": "^0.14.12",
Expand Down

0 comments on commit b1b22b4

Please sign in to comment.