Fixes dependency that was not needed

This commit is contained in:
Esteban Ordano 2014-09-05 11:58:02 -03:00
parent f397d1f94f
commit ca260e6a00
4 changed files with 3 additions and 6 deletions

View File

@ -23,7 +23,7 @@
"zeroclipboard": "~1.3.5", "zeroclipboard": "~1.3.5",
"ng-idle": "*", "ng-idle": "*",
"underscore": "~1.7.0", "underscore": "~1.7.0",
"assert": "~0.1.0" "inherits": "~0.0.1"
}, },
"resolutions": { "resolutions": {
"angular": "=1.2.19" "angular": "=1.2.19"

View File

@ -28,7 +28,7 @@ module.exports = function(config) {
'lib/angular-route/angular-route.min.js', 'lib/angular-route/angular-route.min.js',
'lib/angular-foundation/mm-foundation.min.js', 'lib/angular-foundation/mm-foundation.min.js',
'lib/angular-foundation/mm-foundation-tpls.min.js', 'lib/angular-foundation/mm-foundation-tpls.min.js',
'lib/assert/assert.js', 'lib/inherits/inherits.js',
'lib/bitcore.js', 'lib/bitcore.js',
'lib/underscore/underscore.js', 'lib/underscore/underscore.js',
'lib/crypto-js/rollups/sha256.js', 'lib/crypto-js/rollups/sha256.js',

View File

@ -11,8 +11,8 @@
}, },
"version": "0.4.7", "version": "0.4.7",
"dependencies": { "dependencies": {
"assert": "^1.1.2",
"browser-request": "^0.3.2", "browser-request": "^0.3.2",
"inherits": "^2.0.1",
"mocha": "^1.18.2", "mocha": "^1.18.2",
"mocha-lcov-reporter": "0.0.1", "mocha-lcov-reporter": "0.0.1",
"optimist": "^0.6.1", "optimist": "^0.6.1",

View File

@ -46,9 +46,6 @@ var createBundle = function(opts) {
b.require('underscore', { b.require('underscore', {
expose: 'underscore' expose: 'underscore'
}); });
b.require('assert', {
expose: 'assert'
});
b.require('./copay', { b.require('./copay', {
expose: 'copay' expose: 'copay'