Skip to content

Commit 9586c20

Browse files
authored
chore(npm): Add keywords (#69)
1 parent a2d8247 commit 9586c20

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@
33
"version": "0.0.0",
44
"description": "A type-safe fluent assertion library",
55
"repository": "git@github.com:stackbuilders/assertive-ts.git",
6+
"homepage": "https://stackbuilders.github.io/assertive-ts/",
67
"author": "Stack Builders <info@stackbuilders.com>",
78
"license": "MIT",
9+
"keywords": [
10+
"assertions",
11+
"testing",
12+
"testing-tools",
13+
"type-safety",
14+
"typescript"
15+
],
816
"main": "./dist/index.js",
917
"types": "./dist/index.d.ts",
1018
"files": [

0 commit comments

Comments
 (0)