This repository was archived by the owner on Feb 23, 2021. It is now read-only.
Commit 9d49c71
committed
package: modify latest version to comply with npm's semantic version
The default semantic version parsing on npm, seems to apply a regex
similar to: `\d+\.\d+\.\d+`. As a result, our latest release (a small
compat patch on top of the prior one) fails to build on the command
line. With this change, we restore the ability to build.1 parent a88435b commit 9d49c71
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments