Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
js/package.json: fix
bundleDependencies
to []
(was false
)
This should fix the following warning from `npm publish`: ``` npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm WARN publish errors corrected: npm WARN publish "bundleDependencies" was changed from "false" to "[]" ```
- Loading branch information