Skip to content

Fix package.json main to use dist/index.js instead of lib/main.js#109

Open
theoomoregbee wants to merge 1 commit intotrilom:masterfrom
theoomoregbee:patch-1
Open

Fix package.json main to use dist/index.js instead of lib/main.js#109
theoomoregbee wants to merge 1 commit intotrilom:masterfrom
theoomoregbee:patch-1

Conversation

@theoomoregbee
Copy link
Copy Markdown

Type of Change

  • New feature
  • Bug fix
  • Documentation
  • Refactor
  • Chore

Describe Changes

I tried requiring the npm package for this action, and require was looking for the pkg main which is an invalid path

@theoomoregbee
Copy link
Copy Markdown
Author

theoomoregbee commented Sep 6, 2020

my current workaround is:

const fileChanges = require("@trilom/file-changes-action/dist/index.js");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant