kmore-types
Advanced tools
Comparing version 0.13.1 to 0.14.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.14.0](https://github.com/waitingsong/kmore/compare/v0.13.1...v0.14.0) (2020-01-16) | ||
**Note:** Version bump only for package kmore-types | ||
## [0.13.1](https://github.com/waitingsong/kmore-types/compare/v0.13.0...v0.13.1) (2019-11-17) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 0.13.0 | ||
* @version 0.13.1 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
{ | ||
"name": "kmore-types", | ||
"author": "waiting", | ||
"version": "0.13.1", | ||
"version": "0.14.0", | ||
"description": "Retrieve types info from ts file", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/waitingsong/kmore-types/issues" | ||
"url": "https://github.com/waitingsong/kmore/issues" | ||
}, | ||
@@ -25,3 +25,3 @@ "homepage": "https://waitingsong.github.io/kmore/", | ||
"type": "git", | ||
"url": "git+https://github.com/waitingsong/kmore-types.git" | ||
"url": "git+https://github.com/waitingsong/kmore.git" | ||
}, | ||
@@ -51,3 +51,2 @@ "license": "MIT", | ||
"build": "npm run tsc && npm run rp", | ||
"devbuild": "npm run tsc && npm run rp", | ||
"clean": "rm -rf dist/* .vscode/.tsbuildinfo .vscode/.tsbuildinfo.* ", | ||
@@ -90,3 +89,3 @@ "cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc mocha", | ||
}, | ||
"gitHead": "587cab4dc8cc36937a7c338c4e0d6530faf83ca5" | ||
"gitHead": "3a48cf8a1438b9c06135e16540c42af50dbd1912" | ||
} |
Sorry, the diff of this file is not supported yet
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
177653