Skip to content

Commit c6e4506

Browse files
author
Egortsev Daniil Dmitrievich
committed
fix(package.json): Add dist
1 parent fc4c5bb commit c6e4506

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"stylelint-order",
2020
"mdn-data"
2121
],
22+
"files": [
23+
"dist"
24+
],
2225
"gitHooks": {
2326
"pre-commit": "lint-staged"
2427
},
@@ -44,4 +47,4 @@
4447
"mdn-data": "^2.0.15",
4548
"stylelint-order": "^4.1.0"
4649
}
47-
}
50+
}

0 commit comments

Comments
 (0)