chenglou / chenglou/react-motion
Error on Rome toolchain init (package.json invalid author)
- Dominant language
- JavaScript
- Stars
- 21.9k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
### Steps
- Add this as dependency.
- Add Rome toolchain.
- Run `yarn rome init`
### Result
```
node_modules/react-motion/package.json:72:12 parse/manifest ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✖ Expected object at author
70 │ "ui"
71 │ ],
> 72 │ "author": [
│ ^
> 73 │ "nkbt",
> 74 │ "chenglou"
> 75 │ ],
│ ^^^
76 │ "license": "MIT",
77 │ "dependencies": {
⚠ Our internal value has been modified since we read the original source
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✖ Found 1 problem
error Command failed with exit code 1.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.