1
0

Add example with non-standard formatters

This commit is contained in:
2018-12-29 06:43:46 +01:00
parent fe4f62ff1a
commit c623c4d16f
19 changed files with 2428 additions and 1618 deletions

563
3bg/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,11 +9,11 @@
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0",
"dependencies": {
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.4",
"chai": "^4.2.0",
"cucumber": "^5.0.2"
"cucumber": "^5.0.3"
}
}