@vssue/utils
Advanced tools
Comparing version 1.0.0 to 1.0.3
{ | ||
"name": "@vssue/utils", | ||
"version": "1.0.0", | ||
"version": "1.0.3", | ||
"description": "Vssue internal utils", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"types": "types/index.d.ts", | ||
"keywords": [ | ||
@@ -15,5 +13,2 @@ "comment", | ||
"homepage": "https://vssue.js.org", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
@@ -26,5 +21,14 @@ "type": "git", | ||
}, | ||
"files": [ | ||
"lib/", | ||
"types/" | ||
], | ||
"main": "lib/index.js", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
"build": "rimraf lib types && tsc -p tsconfig.json" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
@@ -37,3 +41,3 @@ "date-fns": "^1.29.0", | ||
}, | ||
"gitHead": "b45e1672f3aef55d89038f460ec6aac6f2c21ece" | ||
"gitHead": "6d48eea3c2acc42a2c75c82290c35f6ae1403d37" | ||
} |
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
5239