@webqit/subscript
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -11,3 +11,3 @@ { | ||
"homepage": "https://webqit.io/tooling/subscript", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"license": "MIT", | ||
@@ -14,0 +14,0 @@ "repository": { |
@@ -11,9 +11,19 @@ # Subscript | ||
\> Install via npm | ||
```cmd | ||
npm i @webqit/subscript | ||
``` | ||
```js | ||
import SubscriptFunction from '@webqit/subscript'; | ||
``` | ||
\> Include from a CDN | ||
```html | ||
<script src="https://unpkg.com/@webqit/subscript/dist/main.js"></script> | ||
``` | ||
```js | ||
const SubscriptFunction = WebQit.Subscript; | ||
``` | ||
@@ -108,3 +118,3 @@ ## What's A Dependency Thread? | ||
This time, only statements 2, 3, 5, 6, and 8 were run - *the count dependency thread*; and the previously selected UI elements in those local variables are updated. | ||
This time, only statements 2, 3, 5, 6, and 8 are run - *the count dependency thread*; and the previously selected UI elements in those local variables are updated. | ||
@@ -111,0 +121,0 @@ ```js |
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
4091082
569