From 847d842b7e15de205c7a4637a42dfab6c501a41f Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Mon, 8 Mar 2021 22:05:20 +0100 Subject: [PATCH] added changelog + updated licenses.md file --- .npmignore | 3 ++- changelog.md | 14 ++++++++++++++ licenses.md | 4 ++-- 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 changelog.md diff --git a/.npmignore b/.npmignore index 51aeb29..be23ba0 100644 --- a/.npmignore +++ b/.npmignore @@ -5,4 +5,5 @@ node_modules .drone.yml .gitignore lib -package-lock.json \ No newline at end of file +package-lock.json +changelog.md \ No newline at end of file diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..d04e465 --- /dev/null +++ b/changelog.md @@ -0,0 +1,14 @@ +## Changes from 0.0.10 to 0.0.11 +I noticed some packages not exporting properly/ in a standardized way + +npm package|0.0.10|0.0.11|what +--- | --- | --- | --- +|core-js|❌|✅|repo contains `.git` +|quasar|❌|✅|repo contains `.git` + `git+https://` +|vue-property-decorator|❌|✅|repo contains `.git` + `git+https://` +|vue-geolocation-api|❌|✅|repo contains `github:` + description=`undefined` +|@types/node|❌|✅|author=`undefined` +|@typescript-eslint/eslint-plugin|❌|✅|author=`undefined` +|@typescript-eslint/parser|❌|✅|author=`undefined` +|eslint-config-standard|❌|✅|repo contains `.git` + `git://github.com` +|workbox-webpack-plugin|❌|✅|repo without url \ No newline at end of file diff --git a/licenses.md b/licenses.md index 88e80a5..56db598 100644 --- a/licenses.md +++ b/licenses.md @@ -1,6 +1,6 @@ # yargs -**Author**: undefined -**Repo**: [object Object] +**Author**: ? +**Repo**: https://github.com/yargs/yargs **License**: MIT **Description**: yargs the modern, pirate-themed, successor to optimist. ## License Text