Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "planetplay", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A package to make it easier to integrate into the Planet Play platform", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,5 +11,3 @@ { | ||
"esModuleInterop": true, | ||
"lib": [ | ||
"esnext" | ||
], | ||
"lib": ["esnext"], | ||
"moduleResolution": "node", | ||
@@ -19,14 +17,7 @@ "outDir": "dist", | ||
"emitDecoratorMetadata": true, | ||
"typeRoots": [ | ||
"node_modules/@types", | ||
"src/@types" | ||
] | ||
"typeRoots": ["node_modules/@types", "src/@types"], | ||
"declaration": true | ||
}, | ||
"include": [ | ||
"src/**/*", | ||
"tests/**/*" | ||
], | ||
"exclude": [ | ||
"node_modules" | ||
] | ||
"include": ["src/**/*"], | ||
"exclude": ["node_modules", "src/**/*.spec.*"] | ||
} |
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
4691
85