Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "funclify", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "", | ||
"main": "src/index.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
@@ -23,4 +24,4 @@ "keywords": [], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "tsc" | ||
} | ||
} |
@@ -107,4 +107,6 @@ { | ||
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ | ||
"skipLibCheck": true /* Skip type checking all .d.ts files. */ | ||
} | ||
"skipLibCheck": true /* Skip type checking all .d.ts file, | ||
s. */ | ||
}, | ||
"exclude": ["node_modules", "dist"] | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
80464
33
2045
2