Skip to content

Commit c2f00ed

Browse files
committed
docs(package.json): get consistent with description
1 parent 0a26a65 commit c2f00ed

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "quicklink",
33
"version": "0.0.1",
4-
"description": "Faster page-loads by prefetching links during idle time",
4+
"description": "Faster subsequent page-loads by prefetching in-viewport links in the background",
55
"main": "dist/quicklink.js",
66
"repository": "https://github.com/addyosmani/quicklink.git",
77
"author": "addyosmani <addyosmani@gmail.com>",
@@ -19,5 +19,6 @@
1919
"eslint": "^5.9.0",
2020
"eslint-config-google": "^0.11.0",
2121
"microbundle": "^0.7.0"
22-
}
22+
},
23+
"dependencies": {}
2324
}

0 commit comments

Comments
 (0)