Comparing version 4.4.0 to 4.4.1
@@ -0,1 +1,5 @@ | ||
# Version 4.4.1 | ||
* Added building to umd for unpkg | ||
# Version 4.4.0 | ||
@@ -2,0 +6,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Queries unofficial imdb APIs to get movie and television information from imdb", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"main": "./lib/imdb.js", | ||
@@ -17,3 +17,3 @@ "types": "./lib/imdb.d.ts", | ||
"build": "tsc -p .", | ||
"prepare": "npm run build", | ||
"prepare": "npm run build && tsc -p tsconfig-umd.json", | ||
"format": "prettier --write --parser typescript src/*.ts test/*.ts", | ||
@@ -27,2 +27,7 @@ "lint": "eslint --ignore-path .gitignore --ignore-pattern examples --ext .ts . && prettier --check --parser typescript src/*.ts test/*.ts", | ||
}, | ||
"files": [ | ||
"lib/*", | ||
"src/*", | ||
"umd/*" | ||
], | ||
"devDependencies": { | ||
@@ -29,0 +34,0 @@ "@istanbuljs/nyc-config-typescript": "^1.0.1", |
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
109762
17
2273