@textlint/types
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="1.4.4"></a> | ||
## [1.4.4](https://github.com/textlint/textlint/compare/@textlint/types@1.4.3...@textlint/types@1.4.4) (2020-07-24) | ||
### Chores | ||
* **@textlint/types:** module build is not needed ([a4c6e70](https://github.com/textlint/textlint/commit/a4c6e70)) | ||
<a name="1.4.3"></a> | ||
@@ -8,0 +20,0 @@ ## [1.4.3](https://github.com/textlint/textlint/compare/@textlint/types@1.4.2...@textlint/types@1.4.3) (2020-07-24) |
{ | ||
"name": "@textlint/types", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "Type definition package for textlint", | ||
@@ -30,7 +30,6 @@ "keywords": [ | ||
"lib/", | ||
"module/", | ||
"src/" | ||
], | ||
"scripts": { | ||
"build": "tsc -b && tsc -b tsconfig.module.json", | ||
"build": "tsc -b", | ||
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo", | ||
@@ -48,6 +47,6 @@ "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.3.2" | ||
"@textlint/ast-node-types": "^4.3.3" | ||
}, | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^6.2.3", | ||
"@textlint/markdown-to-ast": "^6.2.4", | ||
"@types/mocha": "^7.0.2", | ||
@@ -67,3 +66,3 @@ "@types/node": "^13.11.1", | ||
}, | ||
"gitHead": "c34d79a5a9320c47965090b233b0eb2f6b565c68" | ||
"gitHead": "87ddb362c0d902fd80f6f3de20de72202f0e0147" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57477