Comparing version 1.0.3 to 1.1.1
{ | ||
"name": "mask-vali", | ||
"version": "1.0.3", | ||
"version": "1.1.1", | ||
"description": "a package can check the ipv4 Cidr mask is validate or not ", | ||
"main": "./lib/index.js", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "test" |
@@ -6,8 +6,8 @@ { | ||
"declaration": true, | ||
"outDir": "dist", | ||
"outDir": "src", | ||
"strict": true, | ||
"lib":["ES6","DOM"] | ||
}, | ||
"include": ["./src"], | ||
"include": ["./lib", "lib/index.ts"], | ||
"exclude": ["node_modules"] | ||
} |
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
1527