Skip to content

Commit

Permalink
Update keywords, homepage and description
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat committed Oct 21, 2017
1 parent a0a6875 commit f4220c7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"name": "chai-exclude",
"version": "1.0.0",
"description": "Exclude properties before deep equal",
"description": "Exclude keys before a deep equal operation with expect",
"main": "lib/chai-exclude.js",
"author": "Saugat Acharya <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/bustlelabs/chai-exclude",
"homepage": "https://github.com/mesaugat/chai-exclude",
"scripts": {
"test": "mocha",
"lint": "eslint lib test --fix"
},
"keywords": [
"chai",
"expect",
"exclude",
"chai-plugin",
"chai-exclude"
],
"repository": {
"type": "git",
"url": "https://github.com/mesaugat/chai-exclude"
Expand Down

0 comments on commit f4220c7

Please sign in to comment.