Merge pull request #279 from maraoz/feature/update-bundler
Feature/update bundler
This commit is contained in:
commit
8a3f2b6b9b
|
@ -23,7 +23,6 @@ var pack = function (params) {
|
|||
};
|
||||
|
||||
var modules = [
|
||||
'Gruntfile',
|
||||
'lib/Address',
|
||||
'lib/BIP32',
|
||||
'lib/Block',
|
||||
|
@ -60,6 +59,8 @@ var modules = [
|
|||
'util/BinaryParser',
|
||||
];
|
||||
|
||||
module.exports.moduleNames = modules;
|
||||
|
||||
var createBitcore = function(opts) {
|
||||
|
||||
|
||||
|
|
|
@ -71,7 +71,8 @@
|
|||
"brfs": "=1.0.0",
|
||||
"chai": "=1.9.1",
|
||||
"uglifyify": "=1.2.3",
|
||||
"extend": "~1.2.1"
|
||||
"extend": "~1.2.1",
|
||||
"async": "~0.2.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
|
@ -81,7 +82,6 @@
|
|||
"grunt-markdown": "~0.5.0",
|
||||
"mocha": ">=1.15.1",
|
||||
"brfs": "~1.0.0",
|
||||
"async": "~0.2.10",
|
||||
"commander": "~2.1.0",
|
||||
"browser-pack": "~2.0.1",
|
||||
"istanbul": "~0.2.6"
|
||||
|
|
Loading…
Reference in New Issue