myst-spec-ext
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "myst-spec-ext", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Extentions for myst-spec that are used in myst-cli and mystjs", | ||
@@ -27,4 +27,2 @@ "author": "Rowan Cockett <rowan@curvenote.com>", | ||
"prepublishOnly": "npm run build;", | ||
"test": "jest", | ||
"test:watch": "jest --watchAll", | ||
"lint": "eslint \"src/**/*.ts\" -c .eslintrc.js --max-warnings 1", | ||
@@ -31,0 +29,0 @@ "lint:format": "prettier --check src/*.ts src/**/*.ts", |
4209