Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: missing package.json in rxjs/fetch (#5001)
  • Loading branch information
kambing86 authored and benlesh committed Sep 18, 2019
1 parent 6a4cd68 commit f4bee07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .make-packages.js
Expand Up @@ -95,6 +95,7 @@ fs.copySync('./tsconfig.base.json', PKG_ROOT + 'src/tsconfig.json');
fs.writeJsonSync(PKG_ROOT + 'package.json', rootPackageJson, {spaces: 2});
fs.copySync('src/operators/package.json', PKG_ROOT + '/operators/package.json');
fs.copySync('src/ajax/package.json', PKG_ROOT + '/ajax/package.json');
fs.copySync('src/fetch/package.json', PKG_ROOT + '/fetch/package.json');
fs.copySync('src/webSocket/package.json', PKG_ROOT + '/webSocket/package.json');
fs.copySync('src/testing/package.json', PKG_ROOT + '/testing/package.json');

Expand Down

0 comments on commit f4bee07

Please sign in to comment.