global-typings-bundler
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "global-typings-bundler", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Converts a collection of external module definition files into a single .d.ts file for distribution alongside a browser-ready JS bundle.", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"build": "rm -rf build/ && tsc", | ||
"dist": "rm -rf dist/ && cp -r build/src/ dist/ && cp package.json dist/", | ||
"dist": "rm -rf dist/ && cp -r build/src/ dist/ && cp package.json README.md dist/", | ||
"lint": "tslint src/*.ts", | ||
@@ -12,0 +12,0 @@ "test": "node test/run-tests.js && diff -r test/accepted-output test/output", |
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
24390
10
1
163