mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
Also removes './' from front of gosh.js to address another npm cleanup (from `npm pkg fix`). Fixes: #13833
12 lines
213 B
JSON
12 lines
213 B
JSON
{
|
|
"name": "check-markdown",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "build/index.js",
|
|
"license": "MIT",
|
|
"scripts": {},
|
|
"devDependencies": {
|
|
"marked": "^14.1.2",
|
|
"chalk": "^2.4.2"
|
|
}
|
|
}
|