markmap-common
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -1,2 +0,2 @@ | ||
/*! markmap-common v0.1.4 | MIT License */ | ||
/*! markmap-common v0.1.5 | MIT License */ | ||
class Hook { | ||
@@ -3,0 +3,0 @@ constructor() { |
@@ -1,2 +0,2 @@ | ||
/*! markmap-common v0.1.4 | MIT License */ | ||
/*! markmap-common v0.1.5 | MIT License */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "markmap-common", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "", | ||
@@ -10,9 +10,5 @@ "author": "", | ||
"clean": "del-cli dist types", | ||
"prebuild": "run-s ci clean", | ||
"prepublishOnly": "run-s build", | ||
"ci": "run-s lint", | ||
"lint": "eslint --ext .ts,.tsx .", | ||
"build:types": "tsc", | ||
"build:js": "rollup -c rollup.conf.js", | ||
"build": "run-s build:types build:js" | ||
"build:js": "rollup -c rollup.conf.js" | ||
}, | ||
@@ -33,3 +29,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "efdba06cf8ff88739cafc02e2b324aee91340abc" | ||
"gitHead": "cbb56b8ede93b15000a31013a0474891b774a977" | ||
} |
20057