added changelog + updated licenses.md file

This commit is contained in:
Philipp Dormann 2021-03-08 22:05:20 +01:00
parent 3cafa53318
commit 847d842b7e
3 changed files with 18 additions and 3 deletions

View File

@ -5,4 +5,5 @@ node_modules
.drone.yml
.gitignore
lib
package-lock.json
package-lock.json
changelog.md

14
changelog.md Normal file
View File

@ -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

View File

@ -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