1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-01 12:08:37 -04:00

Remove big.js from source, use npm instead

This commit is contained in:
2016-02-13 17:06:32 -05:00
parent c5bca50113
commit 00a6965e88
7 changed files with 7 additions and 53 deletions

View File

@ -23,6 +23,8 @@ var Glyphicon = ReactBootstrap.Glyphicon;
var DateTimePicker = require('react-widgets').DateTimePicker;
var Combobox = require('react-widgets').Combobox;
var Big = require('big.js');
var models = require('./models.js');
var Security = models.Security;
var Account = models.Account;