Merge branch '4.x'

# Conflicts:
#	Gruntfile.js
#	package-lock.json
#	package.json
This commit is contained in:
Nils Knappmeier
2019-12-14 18:46:25 +01:00
27 changed files with 1497 additions and 727 deletions
+4 -3
View File
@@ -44,7 +44,8 @@
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-es5": "^1.4.1",
"grunt": "^1.0.3",
"fs-extra": "^8.1.0",
"grunt": "^1.0.4",
"grunt-babel": "^5.0.0",
"grunt-bg-shell": "^2.3.3",
"grunt-cli": "^1",
@@ -57,12 +58,12 @@
"grunt-contrib-watch": "^1.1.0",
"grunt-webpack": "^1.0.8",
"husky": "^3.1.0",
"istanbul": "kpdecker/istanbul",
"jison": "0.4.16",
"lint-staged": "^9.5.0",
"mocha": "^5",
"mock-stdin": "^0.3.0",
"mustache": "^2.1.3",
"nyc": "^14.1.1",
"prettier": "^1.19.1",
"semver": "^5.0.1",
"sinon": "^7.5.0",
@@ -86,7 +87,7 @@
"lint": "eslint --max-warnings 0 . ",
"dtslint": "dtslint types",
"test": "grunt",
"extensive-tests-and-publish-to-aws": "grunt --stack extensive-tests-and-publish-to-aws",
"extensive-tests-and-publish-to-aws": "npx mocha tasks/task-tests/ && grunt --stack extensive-tests-and-publish-to-aws",
"integration-test": "grunt integration-tests",
"--- combined tasks ---": "",
"check-before-pull-request": "concurrently --kill-others-on-fail npm:lint npm:dtslint npm:check-format npm:test"