Skip to content

Commit f4bee07

Browse files
kambing86benlesh
authored andcommitted
fix: missing package.json in rxjs/fetch (#5001)
1 parent 6a4cd68 commit f4bee07

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
@@ -95,6 +95,7 @@ fs.copySync('./tsconfig.base.json', PKG_ROOT + 'src/tsconfig.json');
9595
fs.writeJsonSync(PKG_ROOT + 'package.json', rootPackageJson, {spaces: 2});
9696
fs.copySync('src/operators/package.json', PKG_ROOT + '/operators/package.json');
9797
fs.copySync('src/ajax/package.json', PKG_ROOT + '/ajax/package.json');
98+
fs.copySync('src/fetch/package.json', PKG_ROOT + '/fetch/package.json');
9899
fs.copySync('src/webSocket/package.json', PKG_ROOT + '/webSocket/package.json');
99100
fs.copySync('src/testing/package.json', PKG_ROOT + '/testing/package.json');
100101

0 commit comments

Comments
 (0)