Skip to content

Commit

Permalink
Renamed project from currency to world-currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredmax committed Aug 12, 2014
1 parent 5dd3e2e commit 90d9126
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Versions

## v0.0.3 - (2014/08/12)

* Renamed project from `currency` to `world-currencies`.
* Added index.js and published NPM package.
* Renamed and republished bower package.

## v0.0.2 - (2014/08/05)

* Added all the ISO 4217 listed currencies.

## v0.0.1 - (2014/07/25)

* Initial commit of the project.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ You can simply submit a pull request and I'll gladly review them and merge them
- Make sure to rebuild the distribution version by executing grunt before submiting a pull request.
- Only static data (no exchange rate data or inflation value)

## Change log
See the [change log](https://github.com/wiredmax/currency/blob/master/CHANGELOT.md).


## To do
- [X] All the currency in ISO 4217 with their respective information and details.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "currency",
"name": "world-currencies",
"version": "0.0.1",
"homepage": "https://github.com/wiredmax/currency",
"authors": [
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./dist/json/currencies.json');
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "currency",
"version": "0.0.2",
"name": "world-currencies",
"version": "0.0.3",
"description": "Currency information in JSON",
"repository": {
"type": "git",
"url": "https://github.com/wiredmax/currency"
"url": "https://github.com/wiredmax/world-currencies"
},
"author": "Maxime Poulin <mpoulin@roux.ca>",
"license": "ODBL",
Expand Down

0 comments on commit 90d9126

Please sign in to comment.