mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- Upgrade to a newer (unreleased) version which supports
function k({} = {}) {}
and doesn't also crash
- Filter out boring warnings
- Don't use ES7 syntax that JSDoc doesn't support in one file that
has JSDoc in it
12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"name": "meteor-jsdoc",
|
|
"version": "0.0.0",
|
|
"description": "no warn",
|
|
"readme": "no warn",
|
|
"repository": "no warn",
|
|
"dependencies": {
|
|
"jsdoc": "jsdoc3/jsdoc#99fb8a00",
|
|
"canonical-json": "0.0.4"
|
|
}
|
|
}
|