We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a26a65 commit c2f00edCopy full SHA for c2f00ed
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "quicklink",
3
"version": "0.0.1",
4
- "description": "Faster page-loads by prefetching links during idle time",
+ "description": "Faster subsequent page-loads by prefetching in-viewport links in the background",
5
"main": "dist/quicklink.js",
6
"repository": "https://github.com/addyosmani/quicklink.git",
7
"author": "addyosmani <addyosmani@gmail.com>",
@@ -19,5 +19,6 @@
19
"eslint": "^5.9.0",
20
"eslint-config-google": "^0.11.0",
21
"microbundle": "^0.7.0"
22
- }
+ },
23
+ "dependencies": {}
24
}
0 commit comments