Make license SPDX compatible in package.json

This commit is contained in:
Patrick Pelletier
2016-01-29 14:23:58 -08:00
parent 7c88d16ef0
commit 585770ddc4

View File

@@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/ParsePlatform/parse-server" "url": "https://github.com/ParsePlatform/parse-server"
}, },
"license": "BSD", "license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"bcrypt": "~0.8", "bcrypt": "~0.8",
"body-parser": "~1.12.4", "body-parser": "~1.12.4",