Updating package.json to remove comma that was causing errors. Adding new dist files

This commit is contained in:
danielyxie 2018-05-05 16:35:53 -05:00
parent ddcf6f3455
commit b6e49c1a82
3 changed files with 274581 additions and 1 deletions

131434
dist/engine.bundle.js vendored Normal file

File diff suppressed because one or more lines are too long

143146
dist/tests.bundle.js vendored Normal file

File diff suppressed because one or more lines are too long

@ -96,7 +96,7 @@
"url": "git+https://github.com/danielyxie/bitburner.git" "url": "git+https://github.com/danielyxie/bitburner.git"
}, },
"scripts": { "scripts": {
"start:dev": "webpack-dev-server", "start:dev": "webpack-dev-server"
}, },
"version": "0.35.1" "version": "0.35.1"
} }