@fluentui/react-context-selector
Advanced tools
Comparing version 0.48.0 to 0.49.0
{ | ||
"name": "@fluentui/react-context-selector", | ||
"description": "React useContextSelector & useContextSelectors hooks in userland", | ||
"version": "0.48.0", | ||
"version": "0.49.0", | ||
"author": "Oleksandr Fediashov <a@fedyashov.com>", | ||
@@ -36,6 +36,4 @@ "bugs": "https://github.com/microsoft/fluentui/issues", | ||
"clean": "gulp bundle:package:clean", | ||
"lint": "yarn lint:eslint && yarn lint:old", | ||
"lint:eslint": "eslint --ext .js,.ts,.tsx .", | ||
"lint:fix": "yarn lint:eslint --fix && yarn lint:old --fix", | ||
"lint:old": "tslint -t stylish -p .", | ||
"lint": "eslint --ext .js,.ts,.tsx .", | ||
"lint:fix": "yarn lint --fix", | ||
"test": "gulp test", | ||
@@ -46,3 +44,3 @@ "test:watch": "gulp test:watch" | ||
"types": "dist/es/index.d.ts", | ||
"gitHead": "0b9847bc9bfdc1c4a0cb35ce0cfcfdc32880500b" | ||
"gitHead": "288ce25b226dfc850712e9b37b8212a226dc14ce" | ||
} |
Sorry, the diff of this file is not supported yet
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
148668