Skip to content

Commit 3f1ff4b

Browse files
authored
fix(cli): include required files when publishing (#851)
1 parent f03670b commit 3f1ff4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/cli/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"url": "https://github.com/dequelabs/axe-core-npm.git"
1818
},
1919
"license": "MPL-2.0",
20+
"files": [
21+
"dist",
22+
"postinstall.js"
23+
],
2024
"main": "dist/src/lib/index.js",
2125
"typings": "dist/src/types.d.ts",
2226
"bin": {

0 commit comments

Comments
 (0)