mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-25 16:02:50 +00:00
update budo to latest version and get example working again
This commit is contained in:
parent
a3e5fd309e
commit
8c4be739a7
@ -31,7 +31,6 @@ var CustomExample = require('./examples/custom.react');
|
||||
var GeodataCreator = require('./examples/geodata-creator.react');
|
||||
var ScatterplotExample = require('./examples/scatterplot.react');
|
||||
var RouteExample = require('./examples/route.react');
|
||||
var process = require('process');
|
||||
|
||||
function getAccessToken() {
|
||||
var match = window.location.search.match(/access_token=([^&\/]*)/);
|
||||
|
||||
12
package.json
12
package.json
@ -30,18 +30,18 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"bistre": "^1.0.1",
|
||||
"budo": "^4.2.1",
|
||||
"budo": "^8.0.0",
|
||||
"envify": "^3.4.0",
|
||||
"immutable": "^3.7.3",
|
||||
"opn": "^3.0.2",
|
||||
"prova": "^2.1.2",
|
||||
"react-dom": "0.14.x",
|
||||
"uber-standard": "^5.1.0",
|
||||
"immutable": "^3.7.3",
|
||||
"r-dom": "^2.1.0",
|
||||
"react": "0.14.x"
|
||||
"react": "0.14.x",
|
||||
"react-dom": "0.14.x",
|
||||
"uber-standard": "^5.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "budo ./example/main.js --live -- -t envify | bistre",
|
||||
"start": "budo ./example/main.js --live -- -t envify",
|
||||
"lint": "uber-standard",
|
||||
"test": "npm run lint && prova -q -b -t envify -l chrome test/*",
|
||||
"precommit": "npm run lint -s",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user