BREAKING CHANGE(deps): remove moment and use luxon

This commit is contained in:
2018-10-17 01:42:36 +02:00
parent 539bbc1568
commit ed1f79caa4
10 changed files with 555 additions and 263 deletions

View File

@@ -8,16 +8,21 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tsrun ./test/test.ts)",
"build": "(npmts)"
"test": "(tstest ./test/)",
"build": "(tsbuild)"
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.2",
"@types/node": "^10.5.2",
"tapbundle": "^2.0.2"
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartpromise": "^2.0.5",
"moment": "^2.21.0"
"@types/luxon": "^1.4.0",
"luxon": "^1.4.3"
}
}
}