Supporting some new features
This commit is contained in:
@@ -7,7 +7,12 @@
|
||||
"author": "Andrew Kemp",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
"test": "jest",
|
||||
"test:debug": "jest test --runInBand --verbose=false"
|
||||
},
|
||||
"engines" : {
|
||||
"node" : "> 12.16.0",
|
||||
"yarn": "> 1.22.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"reflect-metadata": "^0.1.13",
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
],
|
||||
"lib": [
|
||||
"es2017",
|
||||
"ES2019",
|
||||
"dom"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user