@loopback/context
Advanced tools
Comparing version 4.0.0-alpha.5 to 4.0.0-alpha.6
{ | ||
"name": "@loopback/context", | ||
"version": "4.0.0-alpha.5", | ||
"version": "4.0.0-alpha.6", | ||
"description": "LoopBack's container for Inversion of Control", | ||
@@ -11,3 +11,3 @@ "main": "index", | ||
"build:lib6": "tsc --target es2015 --outDir lib6", | ||
"clean": "rm *.tgz; rm -rf ./package", | ||
"clean": "rm -f loopback-context*.tgz && rm -rf lib* && rm -rf package", | ||
"prepublish": "npm run build", | ||
@@ -17,3 +17,3 @@ "pretest": "npm run build", | ||
"unit": "mocha --opts ../../test/mocha.opts 'test/unit/**/*.ts'", | ||
"verify": "npm run clean && npm pack && tar xvzf *.tgz && tree package" | ||
"verify": "npm pack && tar xf loopback-context*.tgz && tree package && npm run clean" | ||
}, | ||
@@ -27,3 +27,3 @@ "author": "IBM", | ||
"devDependencies": { | ||
"@loopback/testlab": "^4.0.0-alpha.2", | ||
"@loopback/testlab": "^4.0.0-alpha.3", | ||
"@types/bluebird": "^3.5.2", | ||
@@ -30,0 +30,0 @@ "bluebird": "^3.5.0", |
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
34791