mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore(package.json): fix license and version tag
This commit is contained in:
parent
509a1d37b4
commit
a8bd6bbd98
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "showdown",
|
"name": "showdown",
|
||||||
"version": "1.0.0-alpha1",
|
"version": "1.0.0-alpha.2",
|
||||||
"description": "A Markdown to HTML converter written in Javascript",
|
"description": "A Markdown to HTML converter written in Javascript",
|
||||||
"authors": "Estevão Santos",
|
"authors": "Estevão Santos",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
@ -25,12 +25,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"
|
||||||
},
|
},
|
||||||
"licenses": [
|
"license": "BSD",
|
||||||
{
|
|
||||||
"type": "BSD",
|
|
||||||
"url": "https://github.com/showdownjs/showdown/blob/master/license.txt"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"main": "./dist/showdown.js",
|
"main": "./dist/showdown.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha ./test/**/*.js"
|
"test": "mocha ./test/**/*.js"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user