automation-events
Advanced tools
Comparing version 1.0.14 to 2.0.0
@@ -29,3 +29,3 @@ { | ||
"eslint": "^6.8.0", | ||
"eslint-config-holy-grail": "^46.0.3", | ||
"eslint-config-holy-grail": "^46.0.4", | ||
"grunt": "^1.0.4", | ||
@@ -35,3 +35,2 @@ "grunt-babel": "^8.0.0", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-karma": "^3.0.2", | ||
"grunt-sh": "^0.2.0", | ||
@@ -48,3 +47,3 @@ "husky": "^4.2.1", | ||
"mocha": "^7.0.1", | ||
"rollup": "^1.30.1", | ||
"rollup": "^1.31.0", | ||
"rollup-plugin-babel": "^4.3.3", | ||
@@ -54,4 +53,4 @@ "sinon": "^8.1.1", | ||
"ts-loader": "^6.2.1", | ||
"tsconfig-holy-grail": "^10.0.41", | ||
"tslint": "^5.20.1", | ||
"tsconfig-holy-grail": "^11.0.0", | ||
"tslint": "^6.0.0", | ||
"tslint-config-holy-grail": "^47.0.7", | ||
@@ -65,3 +64,3 @@ "typescript": "^3.7.5", | ||
"files": [ | ||
"build/es2018/", | ||
"build/es2019/", | ||
"build/es5/", | ||
@@ -84,3 +83,3 @@ "build/node/", | ||
"main": "build/node/module.js", | ||
"module": "build/es2018/module.js", | ||
"module": "build/es2019/module.js", | ||
"name": "automation-events", | ||
@@ -95,4 +94,4 @@ "repository": { | ||
}, | ||
"types": "build/es2018/module.d.ts", | ||
"version": "1.0.14" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "2.0.0" | ||
} |
37
160188