Skip to content

Commit

Permalink
fix(codecov): Adjust codecov badge. Move @babel/runtime to dev-deps (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nduchak authored Jan 6, 2020
1 parent 75d8ad8 commit 109b851
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# [Æternity](https://aeternity.com/)'s Javascript SDK

[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/aeternity/aepp-sdk-js.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/aeternity/aepp-sdk-js/context:javascript)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![codecov](https://codecov.io/gh/aeternity/aepp-sdk-js/branch/develop/graph/badge.svg)](https://codecov.io/gh/aeternity/aepp-sdk-js)
[![Build Status](https://travis-ci.com/aeternity/aepp-sdk-js.svg?branch=develop)](http://travis-ci.com/aeternity/aepp-sdk-js?branch=develop)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![npm](https://img.shields.io/npm/v/@aeternity/aepp-sdk.svg)](https://www.npmjs.com/package/@aeternity/aepp-sdk)
[![npm](https://img.shields.io/npm/l/@aeternity/aepp-sdk.svg)](https://www.npmjs.com/package/@aeternity/aepp-sdk) [![Greenkeeper badge](https://badges.greenkeeper.io/aeternity/aepp-sdk-js.svg)](https://greenkeeper.io/)
[![codecov](https://codecov.io/gh/aeternity/aepp-sdk-js/branch/master/graph/badge.svg)](https://codecov.io/gh/aeternity/aepp-sdk-js)
[![npm](https://img.shields.io/npm/l/@aeternity/aepp-sdk.svg)](https://www.npmjs.com/package/@aeternity/aepp-sdk)
[![Greenkeeper badge](https://badges.greenkeeper.io/aeternity/aepp-sdk-js.svg)](https://greenkeeper.io/)
JavaScript SDK for the revolutionary [æternity] blockchain, targeting the
[æternity node] implementation. Aepp-sdk is [hosted on GitHub].

Expand Down
4 changes: 2 additions & 2 deletions es/utils/crypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ export function assertedType (data, type, forceError = false) {
/**
* Decode a transaction
* @rtype (txHash: String) => Buffer
* @param {String} password - Password to decrypt with
* @return {Array} Decoded transaction
* @param {String} txHash - Transaction hash
* @return {Buffer} Decoded transaction
*/
export function decodeTx (txHash) {
return RLP.decode(Buffer.from(decodeBase64Check(assertedType(txHash, 'tx'))))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
],
"dependencies": {
"@aeternity/bip39": "^0.1.0",
"@babel/runtime": "^7.7.7",
"@stamp/it": "^1.0.3",
"@stamp/required": "^1.0.1",
"aes-js": "^3.1.1",
Expand All @@ -57,6 +56,7 @@
},
"devDependencies": {
"@babel/cli": "7.7.7",
"@babel/runtime": "^7.7.7",
"@babel/core": "7.7.7",
"@babel/node": "7.7.7",
"@babel/plugin-proposal-export-default-from": "7.7.4",
Expand Down

0 comments on commit 109b851

Please sign in to comment.