botbuilder-stdlib
Advanced tools
Comparing version 4.23.1-internal to 4.23.2-dev1.internal
@@ -5,3 +5,3 @@ { | ||
"description": "BotBuilder shared libraries, internal only", | ||
"version": "4.23.1-internal", | ||
"version": "4.23.2-dev1.internal", | ||
"internal": true, | ||
@@ -13,2 +13,5 @@ "license": "MIT", | ||
}, | ||
"dependencies": { | ||
"eslint-plugin-only-warn": "^1.1.0" | ||
}, | ||
"repository": { | ||
@@ -22,3 +25,3 @@ "type": "git", | ||
"depcheck": "depcheck --config ../../.depcheckrc", | ||
"lint": "eslint . --ext .js,.ts", | ||
"lint": "eslint .", | ||
"postbuild": "downlevel-dts lib _ts3.4/lib", | ||
@@ -25,0 +28,0 @@ "test": "yarn build && nyc mocha --check-leaks tests" |
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
31892
1
+ Addedeslint-plugin-only-warn@1.1.0(transitive)