Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a script for publishing (fabricjs#5786)
The script temporarily overrides package.json contents with `optionalDependencies: {}` and `version: 'FABRIC_VERSION-browser'`, publishes it, restores the original package.json and publishes the main version. It can be run with `node publish` and it also supports original `npm publish` parameters: `node publish --dry-run`. The file is eslinted with .eslintrc.json. Closes fabricjs#5735.
- Loading branch information