@immomio/api-library
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@immomio/api-library", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Immomio library to access the immomio-API", | ||
@@ -25,3 +25,3 @@ "engineStrict": true, | ||
"files": [ | ||
"./build" | ||
"./build/src" | ||
], | ||
@@ -34,5 +34,6 @@ "scripts": { | ||
"lint": "tslint -t stylish --type-check --project 'tsconfig.json'", | ||
"prepare": "npm run clean && npm run build && npm run test", | ||
"pretest": "npm run lint", | ||
"prepush": "npm run clean && npm run build && npm run test", | ||
"push": "npm publish --access public", | ||
"push:no-test": "npm publish --access public", | ||
"test": "npm run test-only", | ||
@@ -39,0 +40,0 @@ "test-only": "jest --coverage && node remap_coverage.js && npm run cleanup", |
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
3932