Skip to content

Commit

Permalink
chore(package): fixed license typo (#199)
Browse files Browse the repository at this point in the history
the license property of the package.json was misspelled, making it hard for tools like license-crawler and the likes to fetch the used license
  • Loading branch information
zewa666 authored and keithamus committed Jan 16, 2018
1 parent 832f6c2 commit a315dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "3.0.0",
"description": "Extend Chai Assertion library with tests for http apis",
"author": "Jake Luer <jake@alogicalparadox.com>",
"licence": "MIT",
"license": "MIT",
"keywords": [
"chai",
"chai-plugin",
Expand Down

0 comments on commit a315dd0

Please sign in to comment.