fix(core): update
This commit is contained in:
15
package.json
15
package.json
@@ -9,18 +9,17 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "tstest test/",
|
||||
"format": "(gitzone format)",
|
||||
"build": "tsbuild"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.0.22",
|
||||
"@gitzone/tsrun": "^1.1.12",
|
||||
"@gitzone/tstest": "^1.0.15",
|
||||
"@pushrocks/tapbundle": "^3.0.7",
|
||||
"@types/node": "^10.10.3"
|
||||
"@gitzone/tsbuild": "^2.1.11",
|
||||
"@gitzone/tsrun": "^1.2.6",
|
||||
"@gitzone/tstest": "^1.0.20",
|
||||
"@pushrocks/tapbundle": "^3.0.9",
|
||||
"@types/node": "^12.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/marked": "^0.4.1",
|
||||
"marked": "^0.5.0"
|
||||
"@types/marked": "^0.6.5",
|
||||
"marked": "^0.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user