Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 9d49c71

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightning-app",
3-
"version": "0.1.3.1",
3+
"version": "0.1.3-1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)