Skip to content

Commit

Permalink
fix(compat): add package.json for internal-compatibility package (#3455)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonaden authored and benlesh committed Mar 21, 2018
1 parent ac78d89 commit 3b306ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .make-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ 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/websocket/package.json', PKG_ROOT + '/websocket/package.json');
fs.copySync('src/testing/package.json', PKG_ROOT + '/testing/package.json');
fs.copySync('src/internal-compatibility/package.json', PKG_ROOT + '/internal-compatibility/package.json');


if (fs.existsSync(UMD_ROOT)) {
Expand Down

0 comments on commit 3b306ed

Please sign in to comment.