Changed version number

npm install would result in:
npm WARN Invalid version: "1.0.2.0"
npm WARN react-my-sites No description
npm WARN react-my-sites No repository field.
npm WARN react-my-sites No README data
npm WARN react-my-sites No license field.

Changed version to 1.0.2 and build was successful
This commit is contained in:
ekstam 2020-09-25 00:04:45 +02:00
parent 6ad45604e6
commit b7adecbe1e
2 changed files with 578 additions and 446 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "react-my-sites",
"version": "1.0.2.0",
"version": "1.0.2",
"private": true,
"main": "lib/index.js",
"engines": {