Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
9a0dfd11ce | |||
de5c5a25bf | |||
5a833bb288 | |||
aae3bfc7f2 |
4
.snyk
4
.snyk
@ -10,4 +10,8 @@ ignore:
|
|||||||
- typedoc > shelljs:
|
- typedoc > shelljs:
|
||||||
reason: None given
|
reason: None given
|
||||||
expires: '2019-06-13T06:50:33.594Z'
|
expires: '2019-06-13T06:50:33.594Z'
|
||||||
|
SNYK-JS-HANDLEBARS-469063:
|
||||||
|
- typedoc > handlebars:
|
||||||
|
reason: None given
|
||||||
|
expires: '2019-11-13T11:12:56.134Z'
|
||||||
patch: {}
|
patch: {}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es2017",
|
"target": "es2017",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true,
|
||||||
|
"experimentalDecorators": true
|
||||||
}
|
}
|
||||||
}
|
}
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tsdoc",
|
"name": "@gitzone/tsdoc",
|
||||||
"version": "1.0.24",
|
"version": "1.0.26",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tsdoc",
|
"name": "@gitzone/tsdoc",
|
||||||
"version": "1.0.24",
|
"version": "1.0.26",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "a tool for better documentation",
|
"description": "a tool for better documentation",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
Reference in New Issue
Block a user