Skip to content

Commit

Permalink
Add keywords to package.json
Browse files Browse the repository at this point in the history
This will allow users to easier find the package at https://www.npmjs.com/search?q=keywords%3Atesting
  • Loading branch information
mroderick committed Jan 23, 2021
1 parent ebbcc5a commit 7777d22
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"name": "sinon",
"description": "JavaScript test spies, stubs and mocks.",
"keywords": [
"sinon",
"test",
"testing",
"unit",
"stub",
"spy",
"fake",
"time",
"clock",
"mock",
"xhr",
"assert"
],
"version": "9.2.3",
"homepage": "https://sinonjs.org/",
"author": "Christian Johansen",
Expand Down

0 comments on commit 7777d22

Please sign in to comment.