diff --git a/README.md b/README.md index 3ef34b85a..0ad2235d9 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Patterns (regular expressions) are kept in [`src/technologies/`](https://github. "generator": "(?:Example|Another Example)" }, "scriptSrc": "example-([0-9.]+)\\.js\\;confidence:50\\;version:\\1", + "scripts": "function webpackJsonpCallback\\(data\\) {", "url": "example\\.com", "xhr": "example\\.com", "oss": true, @@ -386,6 +387,16 @@ Plus any of: "jquery\\.js" + + scripts + String | Array + + JavaScript source code. Inspects inline and external scripts. For performance reasons, avoid + scripts where possible and use + js instead. + + "function webpackJsonpCallback\\(data\\) {" +