Skip to content

Commit abdde97

Browse files
committed
change package.json verion from 1.9-rc2 to 1.9.0-rc2
npm's getting angry at version number in package.json not being semver. > npm ERR! Invalid version: "1.9-rc2" See https://travis-ci.org/Automattic/liveblog/jobs/429331235#L680
1 parent 0120789 commit abdde97

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,7 +1,7 @@
11
{
22
"name": "liveblog",
33
"description": "Liveblogging done right. Using WordPress",
4-
"version": "1.9-rc2",
4+
"version": "1.9.0-rc2",
55
"author": "Automattic",
66
"private": true,
77
"devDependencies": {

0 commit comments

Comments
 (0)