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:
parent
6ad45604e6
commit
b7adecbe1e
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-my-sites",
|
||||
"version": "1.0.2.0",
|
||||
"version": "1.0.2",
|
||||
"private": true,
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in New Issue