Skip to content

Commit e548c79

Browse files
fix: fix missing CHANGELOG file
2 parents 41d70d4 + c780309 commit e548c79

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/html/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"type": "module",
1010
"files": [
1111
"package.json",
12-
"dist"
12+
"dist",
13+
"*.md"
1314
],
1415
"sideEffects": false,
1516
"repository": "https://github.com/cloudinary/frontend-frameworks",

packages/react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"types": "dist/index.d.ts",
1111
"files": [
1212
"package.json",
13-
"dist"
13+
"dist",
14+
"*.md"
1415
],
1516
"sideEffects": false,
1617
"engines": {

packages/vue/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"main": "dist/index.js",
99
"files": [
1010
"package.json",
11-
"dist"
11+
"dist",
12+
"*.md"
1213
],
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)