@textlint/textlint-plugin-text
Advanced tools
Comparing version 13.1.0 to 13.1.1
{ | ||
"name": "@textlint/textlint-plugin-text", | ||
"version": "13.1.0", | ||
"version": "13.1.1", | ||
"description": "plain text plugin for textlint", | ||
@@ -32,12 +32,11 @@ "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-plugin-text/", | ||
"prepack": "npm run --if-present build", | ||
"test": "mocha \"test/**/*.{js,ts}\"", | ||
"test": "mocha", | ||
"watch": "tsc -b --watch" | ||
}, | ||
"dependencies": { | ||
"@textlint/text-to-ast": "^13.1.0" | ||
"@textlint/text-to-ast": "^13.1.1" | ||
}, | ||
"devDependencies": { | ||
"@textlint/kernel": "^13.1.0", | ||
"@textlint/kernel": "^13.1.1", | ||
"@types/mocha": "9.1.1", | ||
"cross-env": "^7.0.3", | ||
"mocha": "^10.2.0", | ||
@@ -47,3 +46,2 @@ "rimraf": "^3.0.2", | ||
"ts-node": "^10.9.1", | ||
"ts-node-test-register": "^10.0.0", | ||
"typescript": "~4.9.4" | ||
@@ -54,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "29b9550457f207b0c66071df2a1666df4c1436bf" | ||
"gitHead": "72b8689086fd585df08544ba47b48ce4195bba4b" | ||
} |
7
86559