From 8c4be739a708cfca40e9fb43e28b5ce382bfa089 Mon Sep 17 00:00:00 2001 From: mattdesl Date: Mon, 18 Jan 2016 16:24:19 -0500 Subject: [PATCH] update budo to latest version and get example working again --- example/main.js | 1 - package.json | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/example/main.js b/example/main.js index b153da74..89d0593b 100644 --- a/example/main.js +++ b/example/main.js @@ -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=([^&\/]*)/); diff --git a/package.json b/package.json index 161232ce..bb12e967 100644 --- a/package.json +++ b/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",