@stimulus/multimap
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@stimulus/multimap", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Multimap maps one key to a set of many values", | ||
@@ -24,6 +24,6 @@ "repository": "https://github.com/stimulusjs/stimulus", | ||
"lint": "tslint -p . -c ../../../config/tslint.json", | ||
"build": "tsc", | ||
"build": "{ [ ! -r dist ] || { find src -newer dist | grep .; }>/dev/null; } && { tsc && touch dist; } || true", | ||
"watch": "tsc --watch" | ||
}, | ||
"gitHead": "80d92f5d9b85d101177bb153538bcbdbbb9d1048" | ||
"gitHead": "3b30d61b9c93bd29a6f4ce6ca97428bd01f339bc" | ||
} |
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
11817
10