kmore-types
Advanced tools
Comparing version 7.1.0 to 7.2.0
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 7.0.0 | ||
* @version 7.1.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
{ | ||
"name": "kmore-types", | ||
"author": "waiting", | ||
"version": "7.1.0", | ||
"version": "7.2.0", | ||
"description": "Retrieve types info from ts file", | ||
@@ -15,5 +15,5 @@ "keywords": [ | ||
"es2015": "", | ||
"main": "./dist/index.cjs.js", | ||
"module": "./dist/index.js", | ||
"types": "./src/index.ts", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.js", | ||
"types": "src/index.ts", | ||
"bugs": { | ||
@@ -34,3 +34,3 @@ "url": "https://github.com/waitingsong/kmore/issues" | ||
"@rollup/plugin-node-resolve": "13", | ||
"@waiting/shared-types-dev": "^3.0.0", | ||
"@waiting/shared-types-dev": "^3.0.1", | ||
"cross-env": "7", | ||
@@ -94,3 +94,3 @@ "rollup-plugin-typescript2": "^0.30.0" | ||
}, | ||
"gitHead": "a279977838fcb29f2579a7d44d68798627b6fe8d" | ||
"gitHead": "1c1952ebb624d5a378983302de89d591f568785c" | ||
} |
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
14688