Skip to content

Commit

Permalink
Switch to beefy from wzrd, closes GH-97
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed May 9, 2016
1 parent 43f3de8 commit 615277b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"node": "0.12.x"
},
"devDependencies": {
"beefy": "^2.1.6",
"browserify": "^13.0.1",
"coffeeify": "^1.2.0",
"watchify": "^3.7.0",
"wzrd": "^1.3.1"
"watchify": "^3.7.0"
},
"browserify": {
"transform": []
},
"scripts": {
"start": "wzrd index.js:bundle.js --watchify --port 8080 -- --debug"
"start": "beefy index.js:bundle.js --watchify --port 8080 -- --debug"
}
}

0 comments on commit 615277b

Please sign in to comment.