@stoplight/ioc
Advanced tools
Comparing version 0.0.20 to 0.0.21
{ | ||
"name": "@stoplight/ioc", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "Stoplight ioc implementation.", | ||
@@ -15,6 +15,6 @@ "main": "lib/index.js", | ||
"prepublishOnly": "yarn build", | ||
"build": "NODE_ENV=production yarn build.module", | ||
"build.dev": "NODE_ENV=development yarn build.main", | ||
"build": "cross-env NODE_ENV=production yarn build.module", | ||
"build.dev": "cross-env NODE_ENV=development yarn build.main", | ||
"build.module": "tsc --outDir ./lib", | ||
"start": "NODE_ENV=development yarn build.module -w", | ||
"start": "cross-env NODE_ENV=development yarn build.module -w", | ||
"clean": "git clean -fdX ." | ||
@@ -29,3 +29,3 @@ }, | ||
}, | ||
"gitHead": "707a4f511ebf9fc6c31c630f3ee155598f2fd5a1" | ||
"gitHead": "051c66e5b30b0df11fdf093cd1dc589d03f124a6" | ||
} |
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
3124