1
0

Supporting some new features

This commit is contained in:
2020-03-06 16:51:07 -05:00
parent fa38bb6b4e
commit ab2a8c5174
2 changed files with 7 additions and 1 deletions

View File

@@ -7,7 +7,12 @@
"author": "Andrew Kemp", "author": "Andrew Kemp",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "jest" "test": "jest",
"test:debug": "jest test --runInBand --verbose=false"
},
"engines" : {
"node" : "> 12.16.0",
"yarn": "> 1.22.0"
}, },
"dependencies": { "dependencies": {
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",

View File

@@ -18,6 +18,7 @@
], ],
"lib": [ "lib": [
"es2017", "es2017",
"ES2019",
"dom" "dom"
] ]
}, },