Skip to content

Commit 659628e

Browse files
authored
fix: include package.json in files for those that install from Github. (#234)
1 parent 7626b7c commit 659628e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/optimizely-sdk/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"lib/",
6868
"LICENSE",
6969
"CHANGELOG",
70-
"README.md"
70+
"README.md",
71+
"package.json"
7172
]
7273
}

0 commit comments

Comments
 (0)