mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
update package.json engines to reflect new node and npm requirements (#188)
* update package.json engines to reflect new node and npm requirements * remove x
This commit is contained in:
parent
cbfca042e8
commit
4dda7293ed
@ -79,7 +79,7 @@
|
||||
"react": "0.14.x - 15.x"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.10.x",
|
||||
"npm": "3.x"
|
||||
"node": ">= 4",
|
||||
"npm": ">= 3"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user