Skip to content

Commit 63e8e3a

Browse files
fix(package.json): update package description
1 parent 39c157c commit 63e8e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@js-basics/vector",
33
"version": "1.6.0",
4-
"description": "",
4+
"description": "A vector class which supports operator overloading (+-*/)",
55
"main": "./lib/index.js",
66
"directories": {
77
"example": "examples",

0 commit comments

Comments
 (0)