coinjarexchange
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "coinjarexchange", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Typescript wrapper for CoinJar Exchange", | ||
@@ -9,4 +9,4 @@ "main": "dist/index.js", | ||
"build": "tsc -d", | ||
"test": "mocha \"src/**/*.spec.ts\" --require ts-node/register --require source-map-support/register --full-trace --bail", | ||
"coverage": "nyc --reporter=lcov --reporter=text-lcov npm test", | ||
"test": "mocha \"src/**/*.ts\" --require ts-node/register --require source-map-support/register --full-trace --bail", | ||
"coverage": "nyc npm test", | ||
"coverage-ci": "npm run coverage | coveralls", | ||
@@ -57,14 +57,17 @@ "lint": "tslint --project tsconfig.json" | ||
], | ||
"exclude": [ | ||
"src/interfaces/*.ts" | ||
], | ||
"extension": [ | ||
".ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
], | ||
"reporter": [ | ||
"text-lcov" | ||
"text-lcov", | ||
"lcov", | ||
"html" | ||
], | ||
"sourceMap": true, | ||
"instrument": true | ||
"instrument": true, | ||
"check-coverage": true | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1518916
140
1532