Compare commits

...

2 Commits

Author SHA1 Message Date
8c08cf68d4 1.0.7 2018-06-25 10:29:49 +02:00
cc7ec18141 fix(security): add .snyk file 2018-06-25 10:29:48 +02:00
3 changed files with 6 additions and 2 deletions

4
.snyk Normal file
View File

@ -0,0 +1,4 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.12.0
ignore: {}
patch: {}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsrun",
"version": "1.0.6",
"version": "1.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsrun",
"version": "1.0.6",
"version": "1.0.7",
"description": "run typescript programs efficiently",
"main": "dist/index.js",
"typings": "dist/index.d.ts",