update license field in package.json

This commit is contained in:
Amo Chen 2016-01-20 10:46:43 +08:00
parent e8852a83bb
commit b1b49bafc1

View File

@ -30,7 +30,7 @@
"url": "https://github.com/showdownjs/showdown.git", "url": "https://github.com/showdownjs/showdown.git",
"web": "https://github.com/showdownjs/showdown" "web": "https://github.com/showdownjs/showdown"
}, },
"license": "BSD-2-Clause", "license": "BSD-3-Clause",
"main": "./dist/showdown.js", "main": "./dist/showdown.js",
"scripts": { "scripts": {
"test": "grunt test" "test": "grunt test"