added changelog + updated licenses.md file
This commit is contained in:
parent
3cafa53318
commit
847d842b7e
@ -6,3 +6,4 @@ node_modules
|
|||||||
.gitignore
|
.gitignore
|
||||||
lib
|
lib
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
changelog.md
|
14
changelog.md
Normal file
14
changelog.md
Normal 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
|
@ -1,6 +1,6 @@
|
|||||||
# yargs
|
# yargs
|
||||||
**Author**: undefined
|
**Author**: ?
|
||||||
**Repo**: [object Object]
|
**Repo**: https://github.com/yargs/yargs
|
||||||
**License**: MIT
|
**License**: MIT
|
||||||
**Description**: yargs the modern, pirate-themed, successor to optimist.
|
**Description**: yargs the modern, pirate-themed, successor to optimist.
|
||||||
## License Text
|
## License Text
|
||||||
|
Reference in New Issue
Block a user