Skip to content

Commit

Permalink
Update NPM config
Browse files Browse the repository at this point in the history
  • Loading branch information
ruigomeseu committed May 25, 2018
1 parent af4aff0 commit ca1b200
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,12 @@ bitcoin(1, 'satoshi').to('usd').value();

0.00008
```

## Author

Rui Gomes
https://ruigomes.me

## License

The MIT License (MIT). Please see [LICENSE file](https://github.com/ruigomeseu/rss-feed-finder/blob/master/LICENSE.md) for more information.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "bitcoin-units",
"version": "0.1.2",
"description": "Easily convert between BTC, mBTC and Satoshis.",
"version": "0.1.3",
"description": "Convert between BTC, mBTC, μBTC, satoshi and custom units.",
"homepage": "https://github.com/ruigomeseu/bitcoin-units",
"bugs": "https://github.com/ruigomeseu/bitcoin-units/issues",
"main": "./lib/index.js",
"scripts": {
"test": "mocha --require babel-core/register --require babel-polyfill --recursive",
Expand All @@ -23,6 +25,10 @@
"url": "https://ruigomes.me"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ruigomeseu/bitcoin-units"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
Expand Down

0 comments on commit ca1b200

Please sign in to comment.