Skip to content

Commit a315dd0

Browse files
zewa666keithamus
authored andcommitted
chore(package): fixed license typo (chaijs#199)
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
1 parent 832f6c2 commit a315dd0

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
@@ -3,7 +3,7 @@
33
"version": "3.0.0",
44
"description": "Extend Chai Assertion library with tests for http apis",
55
"author": "Jake Luer <[email protected]>",
6-
"licence": "MIT",
6+
"license": "MIT",
77
"keywords": [
88
"chai",
99
"chai-plugin",

0 commit comments

Comments
 (0)