@jsdoc/core
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -9,6 +9,8 @@ /** | ||
const name = require('./lib/name'); | ||
const { Syntax } = require('./lib/syntax'); | ||
module.exports = { | ||
config, | ||
name | ||
name, | ||
Syntax | ||
}; |
{ | ||
"name": "@jsdoc/core", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Core functionality for JSDoc.", | ||
@@ -25,7 +25,7 @@ "keywords": [ | ||
"dependencies": { | ||
"cosmiconfig": "^6.0.0", | ||
"cosmiconfig": "^7.0.0", | ||
"escape-string-regexp": "^4.0.0", | ||
"lodash": "^4.17.19", | ||
"lodash": "^4.17.20", | ||
"strip-bom": "^4.0.0", | ||
"strip-json-comments": "^3.1.0" | ||
"strip-json-comments": "^3.1.1" | ||
}, | ||
@@ -35,3 +35,3 @@ "engines": { | ||
}, | ||
"gitHead": "ff3eeab05673be7d3a072f10e903a6390dfc33fd" | ||
"gitHead": "d661c1886e90372318c45515ce2c673da319137d" | ||
} |
34583
7
692
+ Addedcosmiconfig@7.1.0(transitive)
- Removedcosmiconfig@6.0.0(transitive)
Updatedcosmiconfig@^7.0.0
Updatedlodash@^4.17.20
Updatedstrip-json-comments@^3.1.1