Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix main in packages.json #19

Merged
merged 1 commit into from
Jun 21, 2019
Merged

Fix main in packages.json #19

merged 1 commit into from
Jun 21, 2019

Conversation

cherifGsoul
Copy link
Member

@cherifGsoul cherifGsoul commented Jun 20, 2019

The actual main in package.json main: "dist/cjs/can-log" throws an error: define is not defined if used without module loader like tests in done-ssr.

This fixes the issue by updating main to the package main file can-log.js.

The actual main in package.json main: "dist/cjs/can-log" throws an error: `define is not defined` if used without module loader like tests in `done-ssr`.

This fixes the issue by updating `main` to the package main file `can-key-tree.js`.
@cherifGsoul cherifGsoul merged commit e38ec6f into master Jun 21, 2019
@cherifGsoul cherifGsoul deleted the fix-main-file branch June 21, 2019 13:47
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.

None yet

2 participants