locale-currency
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "locale-currency", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A map of i18n country codes to ISO 4217 currency codes. Originally generated from the output of java.util.Currency.getInstance(locale)", | ||
"main": "index.js", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "node test.js" |
@@ -6,3 +6,3 @@ # locale-currency | ||
var LocaleCurrency = require('./'); | ||
var LocaleCurrency = require('locale-currency'); | ||
var assert = require('assert'); | ||
@@ -9,0 +9,0 @@ assert(LocaleCurrency.getCurrency("us") === "USD"); |
6744
7
300