flex-plugin
Advanced tools
Comparing version 4.7.6-nightly.20210426 to 4.7.7-beta.0
{ | ||
"name": "flex-plugin", | ||
"version": "4.7.6-nightly.20210426", | ||
"version": "4.7.7-beta.0", | ||
"description": "Runtime for Flex plugins", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"prebuild": "npm run clean", | ||
"build": "../../node_modules/.bin/tsc", | ||
"build": "cd ../.. && tsc -p \"packages/flex-plugin/tsconfig.json\"", | ||
"clean": "rm -rf dist", | ||
@@ -44,3 +44,3 @@ "lint": "eslint --ext ts src/", | ||
}, | ||
"gitHead": "3b07ee17adb8bc21a4f3e07994401ea56274180c" | ||
"gitHead": "7f72ceedd7b661db80123ef7bfc720c073b3ea09" | ||
} |
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
15801