Update dependencies/tests

This commit is contained in:
Nicholas Dudfield
2015-06-25 15:33:14 +07:00
parent b9c8fefc87
commit e2e0be689e
4 changed files with 113 additions and 80 deletions

View File

@@ -15,39 +15,27 @@
},
"dependencies": {
"babel-runtime": "^5.3.2",
"bn.js": "^2.0.5",
"elliptic": "sublimator/elliptic#derivations-test",
"bn.js": "^2.1.0",
"elliptic": "^4.0.0",
"hash.js": "^1.0.3",
"ripple-address-codec": "github:sublimator/ripple-address-codec"
"ripple-address-codec": "^1.0.1"
},
"devDependencies": {
"assert-diff": "^1.0.1",
"babel": "^5.3.3",
"babel-core": "^5.3.2",
"lodash": "^3.9.3",
"babel-loader": "^5.0.0",
"coveralls": "~2.10.0",
"eslint": "^0.18.0",
"eslint": "^0.23.0",
"eventemitter2": "^0.4.14",
"gulp": "~3.8.10",
"gulp-bump": "~0.1.13",
"gulp-clean-dest": "^0.1.0",
"gulp-filelog": "^0.4.1",
"gulp-flowtype": "^0.4.1",
"gulp-plumber": "^0.6.6",
"gulp-react": "^2.0.0",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.1.0",
"gulp-util": "^3.0.3",
"gulp-watch": "^4.1.0",
"istanbul": "~0.3.5",
"lodash": "^3.9.3",
"map-stream": "~0.1.0",
"mocha": "~2.1.0",
"nock": "^0.34.1",
"ripple-lib": "ripple/ripple-lib#8d98e443c5302a87d70410d834758099595d46df",
"webpack": "~1.5.3",
"yargs": "~1.3.1",
"hash.js": "^1.0.3",
"bn.js": "^2.0.5"
"yargs": "~1.3.1"
},
"scripts": {
"build": "gulp",
@@ -56,7 +44,7 @@
"prepublish": "npm run compile",
"test": "istanbul test _mocha",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "if ! [ -f eslintrc ]; then curl -o eslintrc 'https://raw.githubusercontent.com/ripple/javascript-style-guide/es6/eslintrc'; fi; eslint --reset -c eslintrc src/*.js"
"lint": "if ! [ -f eslintrc ]; then curl -o eslintrc 'https://raw.githubusercontent.com/ripple/javascript-style-guide/es6/eslintrc'; fi; eslint --reset -c eslintrc src/*.js test/*.js"
},
"repository": {
"type": "git",