mirror of
https://github.com/danog/fast-srp.git
synced 2024-11-26 20:04:49 +01:00
Change target
This commit is contained in:
parent
3e1ddc35e0
commit
495ffbd134
3172
package-lock.json
generated
3172
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
15
package.json
15
package.json
@ -30,17 +30,16 @@
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@types/node": "^10.17.55",
|
||||
"typescript": "^4.2.3",
|
||||
"vows": "^0.8.3",
|
||||
"nyc": "^15.1.0",
|
||||
"typedoc": "0.20.30",
|
||||
"eslint": "^7.21.0",
|
||||
"@typescript-eslint/parser": "^4.17.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.17.0",
|
||||
"rimraf": "^3.0.2"
|
||||
"@typescript-eslint/parser": "^4.17.0",
|
||||
"eslint": "^7.21.0",
|
||||
"nyc": "^15.1.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"typedoc": "0.20.30",
|
||||
"typescript": "^4.2.3",
|
||||
"vows": "^0.8.3"
|
||||
},
|
||||
"nyc": {
|
||||
"exclude": [
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2018",
|
||||
"target": "ES3",
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es5",
|
||||
"es2015",
|
||||
"es2016",
|
||||
"es2017",
|
||||
|
Loading…
Reference in New Issue
Block a user