cimpress-tagliatelle
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -7,2 +7,3 @@ # Changelog | ||
## [0.3.4] - 2019.07.17 | ||
## [0.3.3] - 2019.07.17 | ||
@@ -9,0 +10,0 @@ ### Changed |
{ | ||
"name": "cimpress-tagliatelle", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "A thin client for Cimpress Tagliatelle service", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "eslint --ext .js src; jest --coverage; ./node_modules/.bin/jest-coverage-ratchet", | ||
"test": "eslint --ext .js src; jest --coverage", | ||
"build": "node ./node_modules/@babel/cli/bin/babel.js src -d lib --copy-files" | ||
@@ -39,3 +39,2 @@ }, | ||
"jest": "^24.8.0", | ||
"jest-coverage-ratchet": "^0.2.3", | ||
"xhr-mock": "^2.4.1" | ||
@@ -51,12 +50,4 @@ }, | ||
"src/**/*.js" | ||
], | ||
"coverageThreshold": { | ||
"global": { | ||
"lines": 86.84, | ||
"statements": 86.84, | ||
"functions": 77.78, | ||
"branches": 90.48 | ||
} | ||
} | ||
] | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
9
282217
7198