podverse-shared
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "podverse-shared", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Helpers that are used across multiple Podverse modules", | ||
@@ -9,3 +9,3 @@ "main": "./dist/nowPlayingItem.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublish": "tsc" | ||
"prepare": "tsc" | ||
}, | ||
@@ -12,0 +12,0 @@ "repository": { |
{ | ||
"compilerOptions": { | ||
"target": "ES2015", | ||
"module": "ES2020", | ||
"target": "es5", | ||
"module": "commonjs", | ||
"lib": [ | ||
"es2017", | ||
"es7", | ||
"es6", | ||
"dom" | ||
], | ||
"declaration": true, | ||
"outDir": "dist", | ||
"strict": true, | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"outDir": "./dist", | ||
"declaration": true | ||
"esModuleInterop": true | ||
}, | ||
"include": [ | ||
"./src" | ||
"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
42837
5
209