@textlint/source-code-fixer
Advanced tools
Comparing version
{ | ||
"name": "@textlint/source-code-fixer", | ||
"version": "15.0.0", | ||
"version": "15.0.1", | ||
"description": "Apply @textlint/kernel lint result to text.", | ||
@@ -22,3 +22,2 @@ "keywords": [ | ||
"main": "lib/src/index.js", | ||
"module": "module/src/index.js", | ||
"types": "lib/src/index.d.ts", | ||
@@ -32,3 +31,2 @@ "directories": { | ||
"lib/", | ||
"module/", | ||
"src/", | ||
@@ -38,4 +36,4 @@ "!*.tsbuildinfo" | ||
"scripts": { | ||
"build": "tsc -b && tsc -b tsconfig.module.json", | ||
"clean": "rimraf lib/ module/", | ||
"build": "tsc -b", | ||
"clean": "rimraf lib/", | ||
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", | ||
@@ -54,3 +52,3 @@ "prepublishOnly": "npm run build", | ||
"dependencies": { | ||
"@textlint/types": "15.0.0", | ||
"@textlint/types": "15.0.1", | ||
"debug": "^4.4.1" | ||
@@ -69,3 +67,3 @@ }, | ||
}, | ||
"gitHead": "903bb7a69acedbd1e88b996fffa5aef184b12af0" | ||
"gitHead": "ee6d1134b3439fc2c0c253897b8d1d52179e893c" | ||
} |
21994
-34.35%13
-38.1%346
-33.08%+ Added
+ Added
- Removed
- Removed
Updated