2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-31 05:44:28 -06:00

Simplify links in package.json

This commit is contained in:
Jeroen Akkerman 2019-04-15 12:55:51 +02:00
parent 11de338c25
commit 8f7d4dcb11

View File

@ -18,9 +18,6 @@
"types": "types/easymde.d.ts", "types": "types/easymde.d.ts",
"license": "MIT", "license": "MIT",
"author": "Jeroen Akkerman", "author": "Jeroen Akkerman",
"bugs": {
"url": "https://github.com/ionaru/easy-markdown-editor/issues"
},
"dependencies": { "dependencies": {
"codemirror": "^5.43.0", "codemirror": "^5.43.0",
"codemirror-spell-checker": "1.1.2", "codemirror-spell-checker": "1.1.2",
@ -40,10 +37,7 @@
"vinyl-buffer": "^1.0.0", "vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0" "vinyl-source-stream": "^2.0.0"
}, },
"repository": { "repository": "github:Ionaru/easy-markdown-editor",
"type": "git",
"url": "https://github.com/ionaru/easy-markdown-editor"
},
"scripts": { "scripts": {
"prepare": "gulp", "prepare": "gulp",
"test:types": "tsc --project types/tsconfig.json" "test:types": "tsc --project types/tsconfig.json"