Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Mar 10, 2015
1 parent 19df4b7 commit 21ad27e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: node_js
before_install:
- npm install -g grunt-cli
node_js:
- "0.11"
- "0.10"
script: "grunt jshint jscs compile coveralls"
env:
- TEST_SUITE=compile
- TEST_SUITE=coveralls
- TEST_SUITE=lint
script: "grunt $TEST_SUITE"
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,6 @@ module.exports = function (grunt) {
grunt.registerTask('compile_test', ['browserify:test'])
grunt.registerTask('coverage', ['mocha_istanbul:coverage'])
grunt.registerTask('coveralls', ['mocha_istanbul:coveralls'])
grunt.registerTask('lint', ['jshint', 'jscs'])
grunt.registerTask('test', ['mochaTest'])
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cc-wallet-core",
"version": "0.6.0",
"version": "0.6.1",
"description": "",
"main": "./src/index.js",
"keywords": [],
Expand All @@ -27,7 +27,7 @@
"blockchainjs": "0.2.0",
"bs58": "2.0.1",
"buffer-equal": "0.0.1",
"coloredcoinjs-lib": "git://github.com/chromaway/coloredcoinjs-lib.git#v0.3.2",
"coloredcoinjs-lib": "git://github.com/chromaway/coloredcoinjs-lib.git#v0.3.3",
"errno": "0.1.1",
"lodash": "2.4.1",
"q": "1.1.2"
Expand Down

0 comments on commit 21ad27e

Please sign in to comment.