async-array-buffer-worker
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -12,9 +12,9 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.0.0", | ||
"@babel/runtime": "^7.1.2", | ||
"tslib": "^1.9.3", | ||
"worker-factory": "^3.0.1" | ||
"worker-factory": "^3.0.2" | ||
}, | ||
"description": "The worker which is used by the async-array-buffer package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.1.0", | ||
"@babel/core": "^7.1.2", | ||
"@babel/plugin-external-helpers": "^7.0.0", | ||
@@ -25,7 +25,7 @@ "@babel/plugin-transform-runtime": "^7.1.0", | ||
"@commitlint/config-angular": "^7.1.2", | ||
"babel-loader": "^8.0.2", | ||
"babel-loader": "^8.0.4", | ||
"chai": "^4.2.0", | ||
"commitizen": "^2.10.1", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^5.6.0", | ||
"eslint": "^5.6.1", | ||
"eslint-config-holy-grail": "^31.0.1", | ||
@@ -57,3 +57,3 @@ "grunt": "^1.0.3", | ||
"ts-loader": "^5.2.1", | ||
"tsconfig-holy-grail": "^6.0.9", | ||
"tsconfig-holy-grail": "^6.0.11", | ||
"tslint": "^5.11.0", | ||
@@ -72,2 +72,8 @@ "tslint-config-holy-grail": "^35.1.3", | ||
"homepage": "https://github.com/chrisguttandin/async-array-buffer-worker", | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint --edit --extends @commitlint/config-angular", | ||
"pre-commit": "grunt lint" | ||
} | ||
}, | ||
"license": "MIT", | ||
@@ -82,4 +88,2 @@ "main": "build/es5/bundle.js", | ||
"scripts": { | ||
"commitmsg": "commitlint --edit --extends @commitlint/config-angular", | ||
"precommit": "grunt lint", | ||
"prepublishOnly": "grunt build", | ||
@@ -89,3 +93,3 @@ "test": "grunt lint && grunt test" | ||
"types": "build/es2015/module.d.ts", | ||
"version": "4.0.1" | ||
"version": "4.0.2" | ||
} |
23414
Updated@babel/runtime@^7.1.2
Updatedworker-factory@^3.0.2