Set version in activestorage/package.json in proper format.

`5.2.0.alpha` => `5.2.0-alpha`

System versioning isn't compliant with npm.
This commit is contained in:
bogdanvlviv 2017-09-27 23:59:21 +03:00
parent 25d3e7334b
commit 7f3ba970b4
No known key found for this signature in database
GPG Key ID: E4ACD76A6DB6DFDD
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "activestorage",
"version": "5.2.0.alpha",
"version": "5.2.0-alpha",
"description": "Attach cloud and local files in Rails applications",
"main": "app/assets/javascripts/activestorage.js",
"files": [