Comparing version 9.0.1 to 9.0.2
@@ -0,1 +1,7 @@ | ||
#### 9.0.2 (2020-05-17) | ||
##### Build System / Dependencies | ||
* move to rollup ([92890b33](https://github.com/MichaelSolati/ngmeta/commit/92890b3324faf6878f209f3baff059902f731ecc)) | ||
#### 9.0.1 (2020-05-16) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "ngmeta", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "A tool for updating meta tags in an Angular application.", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "ngc tsconfig.json", | ||
"build": "rm -rf ./dist && rollup -c", | ||
"docs": "typedoc --out docs/ --exclude **/*.spec.ts src/", | ||
@@ -16,2 +14,7 @@ "start": "npm run build", | ||
}, | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"typings": "dist/index.d.ts", | ||
"author": "Michael Solati <mkslt04@gmail.com>", | ||
"homepage": "https://ngmeta.michaelsolati.com/", | ||
"repository": { | ||
@@ -21,2 +24,7 @@ "type": "git", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/MichaelSolati/ngmeta/issues" | ||
}, | ||
"readme": "README.md", | ||
"license": "MIT", | ||
"keywords": [ | ||
@@ -29,9 +37,2 @@ "angular", | ||
], | ||
"author": "Michael Solati <mkslt04@gmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/MichaelSolati/ngmeta/issues" | ||
}, | ||
"homepage": "https://ngmeta.michaelsolati.com/", | ||
"readme": "README.md", | ||
"files": [ | ||
@@ -52,7 +53,9 @@ "dist/**", | ||
"@angular/common": "9.x.x", | ||
"@angular/compiler": "9.x.x", | ||
"@angular/compiler-cli": "9.x.x", | ||
"generate-changelog": "1.x.x", | ||
"@angular/core": "9.x.x", | ||
"@angular/platform-browser": "9.x.x", | ||
"generate-changelog": "1.x.x", | ||
"gts": "^2.0.2", | ||
"rollup": "^2.10.2", | ||
"rollup-plugin-copier": "^1.1.0", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"rxjs": "6.x.x", | ||
@@ -59,0 +62,0 @@ "typedoc": "0.x.x", |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
138704
3325
11
10
1