Closed renyuneyun closed 2 years ago
The current package.json contains an invalid blank line, which prevents the application from being compiling. This patch removes that line; it also contains the updated package-lock.json (not sure if it should be included or not).
package.json
package-lock.json
Just noticed your PR. I updated that in one of my older commits
The current
package.json
contains an invalid blank line, which prevents the application from being compiling. This patch removes that line; it also contains the updatedpackage-lock.json
(not sure if it should be included or not).