+1
-1
| { | ||
| "name": "vert", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "The swiss army knife of browser scrolling.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
+10
-0
@@ -18,2 +18,12 @@ # vert (beta) | ||
| If you are using webpack or another bundler, you can import the entire library at once or import individual methods and objects as needed. If not, you can require `dist/vert.js` and access methods and objects on the `vert` global. The following examples assume you are using the import all/global version of vert. | ||
| ``` | ||
| import * as vert from 'vert'; | ||
| // OR | ||
| import { start as startVert } from 'vert'; | ||
| ``` | ||
| Before setting up any listeners, vert must first be started. | ||
@@ -20,0 +30,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21750
1.9%194
5.43%0
-100%