Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "gics", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Javascript library to parse and manipulate GICS codes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,3 +24,3 @@ # GICS | ||
let validSectorLevelGICS = new GICS("10"); | ||
console.log(gics.sector) // "Energy" | ||
console.log(validSectorLevelGICS.sector.name) // "Energy" | ||
@@ -27,0 +27,0 @@ let validFullGICS = new GICS("10101010"); |
115760