Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "fefe", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Validate, sanitize and transform values with proper types.", | ||
@@ -8,5 +8,5 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "rm -rf dist && tsc", | ||
"lint": "tslint -p tsconfig.json src/**/*.ts", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run build", | ||
"test": "mocha --opts ./mocha.opts", | ||
@@ -13,0 +13,0 @@ "test-cover": "nyc npm test", |
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
95673