markmap-cli
Advanced tools
Comparing version 0.4.5 to 0.4.6
{ | ||
"name": "markmap-cli", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "Create markmaps from CLI", | ||
@@ -26,9 +26,10 @@ "author": "Gerald <gera2ld@live.com>", | ||
"dev": "rollup -wc rollup.conf.js", | ||
"clean": "del dist", | ||
"clean": "del-cli dist", | ||
"prebuild": "run-s ci clean", | ||
"prepublishOnly": "run-s build", | ||
"ci": "run-s lint", | ||
"lint": "eslint --ext .ts .", | ||
"build:types": "tsc", | ||
"build:js": "rollup -c rollup.conf.js", | ||
"prebuild": "npm run ci && npm run clean", | ||
"prepublishOnly": "npm run build", | ||
"ci": "npm run lint", | ||
"lint": "eslint --ext .ts .", | ||
"build": "tsc && npm run build:js" | ||
"build": "run-s build:types build:js" | ||
}, | ||
@@ -47,3 +48,3 @@ "bugs": { | ||
"@babel/runtime": "^7.11.2", | ||
"markmap-lib": "^0.11.2" | ||
"markmap-lib": "^0.11.3" | ||
}, | ||
@@ -60,3 +61,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "cb2ed0a25207e2617bb8b4d3735d61d4b5392560" | ||
"gitHead": "efdba06cf8ff88739cafc02e2b324aee91340abc" | ||
} |
@@ -0,0 +0,0 @@ export declare function develop(options: { |
@@ -0,0 +0,0 @@ import type { IMarkmapCreateOptions } from 'markmap-lib'; |
Sorry, the diff of this file is too big to display
804966
14881