Comparing version 1.0.3 to 1.1.0
"use strict"; | ||
module.exports = require("./lib/GICS"); | ||
module.exports = require("./dist/GICS"); |
{ | ||
"name": "gics", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "A Javascript library to parse and manipulate GICS codes", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "eslint '.' && nyc --reporter=html --reporter=text mocha", | ||
"lint": "eslint '.'", | ||
"build": "babel src --out-dir dist", | ||
"test": "eslint ./src && nyc --reporter=html --reporter=text mocha", | ||
"lint": "eslint ./src", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls" | ||
@@ -23,2 +24,5 @@ }, | ||
"devDependencies": { | ||
"babel": "^6.23.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"chai": "^4.1.0", | ||
@@ -32,6 +36,6 @@ "chai-things": "^0.2.0", | ||
"dependencies": {}, | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/bluealba/gics" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/bluealba/gics" | ||
} | ||
} |
204450
9
9