Skip to content

Commit

Permalink
Chore: Fix license field in package.json to be valid SPDX string (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Dec 16, 2016
1 parent e7e14c1 commit d9a75e1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,5 @@
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
"license": "MIT"
}

0 comments on commit d9a75e1

Please sign in to comment.