Skip to content

Commit 3b306ed

Browse files
jasonadenbenlesh
authored andcommitted
fix(compat): add package.json for internal-compatibility package (#3455)
1 parent ac78d89 commit 3b306ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.make-packages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ fs.copySync('src/operators/package.json', PKG_ROOT + '/operators/package.json');
110110
fs.copySync('src/ajax/package.json', PKG_ROOT + '/ajax/package.json');
111111
fs.copySync('src/websocket/package.json', PKG_ROOT + '/websocket/package.json');
112112
fs.copySync('src/testing/package.json', PKG_ROOT + '/testing/package.json');
113+
fs.copySync('src/internal-compatibility/package.json', PKG_ROOT + '/internal-compatibility/package.json');
113114

114115

115116
if (fs.existsSync(UMD_ROOT)) {

0 commit comments

Comments
 (0)