update budo to latest version and get example working again

This commit is contained in:
mattdesl 2016-01-18 16:24:19 -05:00
parent a3e5fd309e
commit 8c4be739a7
2 changed files with 6 additions and 7 deletions

View File

@ -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=([^&\/]*)/);

View File

@ -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",