Refactor Foresight into TypeScript
Showing
| ... | ... | @@ -11,10 +11,11 @@ |
| "webpack-cli": "^3.1.0" | ||
| }, | ||
| "dependencies": { | ||
| "intersection-observer": "^0.5.0", | ||
| "scrollmonitor": "^1.2.4" | ||
| }, | ||
| "scripts": { | ||
| "start": "webpack --watch", | ||
| "start": "webpack --watch & browser-sync start -s . -f .", | ||
| "dist": "webpack -p --progress" | ||
| } | ||
| } |
src/utils/index.ts
0 → 100644
src/utils/toArray.ts
0 → 100644
Please
register
or
sign in
to comment