Skip to content

Commit

Permalink
Update license field in package.json to match LICENSE file (#75)
Browse files Browse the repository at this point in the history
MIT instead of ISC
  • Loading branch information
andrew authored and NagRock committed Dec 19, 2017
1 parent c29e081 commit 5537d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "./node_modules/tslint/bin/tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts'"
},
"author": "[email protected]",
"license": "ISC",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NagRock/ts-mockito"
Expand Down

0 comments on commit 5537d50

Please sign in to comment.