sencrop-js-api-client
Advanced tools
Comparing version 1.13.0 to 1.13.1
@@ -0,1 +1,13 @@ | ||
<a name="1.13.1"></a> | ||
## [1.13.1](https://github.com/sencrop/sencrop-js-api-client/compare/v1.13.0...v1.13.1) (2018-10-01) | ||
### Bug Fixes | ||
* **babel:** fix main file ([5effd91](https://github.com/sencrop/sencrop-js-api-client/commit/5effd91)) | ||
* **CI:** Fix the build by fixing the Metapak CI warning ([6ff46ec](https://github.com/sencrop/sencrop-js-api-client/commit/6ff46ec)) | ||
* **CI:** Setup the right NodeJS version ([1e85b08](https://github.com/sencrop/sencrop-js-api-client/commit/1e85b08)) | ||
<a name="1.13.0"></a> | ||
@@ -2,0 +14,0 @@ # [1.13.0](https://github.com/sencrop/sencrop-js-api-client/compare/v1.12.0...v1.13.0) (2018-09-28) |
{ | ||
"name": "sencrop-js-api-client", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"description": "The Sencrop JavaScript API client", | ||
"main": "dist/src/index.js", | ||
"main": "dist/index.js", | ||
"metapak": { | ||
@@ -20,4 +20,3 @@ "configs": [ | ||
"ignore": [ | ||
"dist", | ||
"API.md" | ||
"dist" | ||
] | ||
@@ -88,3 +87,3 @@ } | ||
"metapak": "1.0.3", | ||
"metapak-sencrop": "6.2.0", | ||
"metapak-sencrop": "6.3.2", | ||
"nock": "^10.0.0", | ||
@@ -150,4 +149,8 @@ "prettier": "^1.14.3", | ||
], | ||
"testEnvironment": "node" | ||
"testEnvironment": "node", | ||
"testPathIgnorePatterns": [ | ||
"/node_modules/", | ||
"/dist/" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
539467
60