tracks/ecmascript/exercises/alphametics/package.json in trackler-2.2.1.10 vs tracks/ecmascript/exercises/alphametics/package.json in trackler-2.2.1.11
- old
+ new
@@ -7,19 +7,19 @@
"repository": {
"type": "git",
"url": "https://github.com/exercism/xecmascript"
},
"devDependencies": {
- "babel-jest": "^20.0.1",
+ "babel-jest": "^20.0.3",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-preset-env": "^1.4.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.1",
- "jest": "^20.0.1"
+ "jest": "^20.0.4"
},
"jest": {
"modulePathIgnorePatterns": [
"package.json"
]
@@ -34,13 +34,14 @@
{
"globals": [
"Error"
]
}
- ]
+ ],
+ ["transform-regenerator"]
]
- },
+},
"scripts": {
"test": "jest --no-cache ./*",
"watch": "jest --no-cache --watch ./*",
"lint": "eslint .",
"lint-test": "eslint . && jest --no-cache ./* "
@@ -64,6 +65,5 @@
"licenses": [
"MIT"
],
"dependencies": {}
}
-