2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-30 05:14: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",
"license": "MIT",
"author": "Jeroen Akkerman",
"bugs": {
"url": "https://github.com/ionaru/easy-markdown-editor/issues"
},
"dependencies": {
"codemirror": "^5.43.0",
"codemirror-spell-checker": "1.1.2",
@ -40,10 +37,7 @@
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ionaru/easy-markdown-editor"
},
"repository": "github:Ionaru/easy-markdown-editor",
"scripts": {
"prepare": "gulp",
"test:types": "tsc --project types/tsconfig.json"