Skip to content

Commit

Permalink
Merge pull request #89 from 92green/fix/missing-files-in-package
Browse files Browse the repository at this point in the history
Include missing files from package
  • Loading branch information
melvey authored Nov 21, 2023
2 parents 4ac1c10 + fb3484e commit b252cfb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/92green-aws-rxjs/dynamodb/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// required to make 92green-rxjs/dynamodb imports work
module.exports = require('../lib/dynamodb/index.js');
module.exports = require('../dist/dynamodb/index.js');
2 changes: 1 addition & 1 deletion packages/92green-aws-rxjs/eventbus/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('../lib/eventbus/index.js');
module.exports = require('../dist/eventbus/index.js');
2 changes: 0 additions & 2 deletions packages/92green-aws-rxjs/operators/index.js

This file was deleted.

6 changes: 3 additions & 3 deletions packages/92green-aws-rxjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@92green/92green-aws-rxjs",
"version": "0.11.0",
"version": "0.11.1",
"description": "Rxjs algorithms for use with AWS SDK v3",
"license": "MIT",
"author": "Blueflag",
Expand All @@ -12,8 +12,8 @@
"url": "https://github.com/92green/92green-stream/issues"
},
"files": [
"lib",
"operators",
"dist",
"eventbus",
"dynamodb"
],
"main": "lib/index.js",
Expand Down

0 comments on commit b252cfb

Please sign in to comment.