Use browserify and "modules"

Reviewers: xymostech

Reviewed By: xymostech

Differential Revision: http://phabricator.benalpert.com/D37
This commit is contained in:
Ben Alpert
2013-07-05 21:44:44 -07:00
parent 97dc1bf1da
commit afb29f5df3
6 changed files with 102 additions and 100 deletions

View File

@@ -2,6 +2,7 @@
"name": "mjlite",
"version": "0.0.1",
"devDependencies": {
"jison": "~0.4.6"
"jison": "~0.4.6",
"watchify": "~0.1.0"
}
}