worker-factory
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -12,5 +12,5 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.0.0", | ||
"compilerr": "^5.0.10", | ||
"fast-unique-numbers": "^2.1.4", | ||
"@babel/runtime": "^7.1.2", | ||
"compilerr": "^5.0.11", | ||
"fast-unique-numbers": "^2.1.5", | ||
"tslib": "^1.9.3" | ||
@@ -20,3 +20,3 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.1.0", | ||
"@babel/core": "^7.1.2", | ||
"@babel/plugin-external-helpers": "^7.0.0", | ||
@@ -27,7 +27,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", | ||
@@ -59,3 +59,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", | ||
@@ -74,2 +74,8 @@ "tslint-config-holy-grail": "^35.1.3", | ||
"homepage": "https://github.com/chrisguttandin/worker-factory", | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint --edit --extends @commitlint/config-angular", | ||
"pre-commit": "grunt lint" | ||
} | ||
}, | ||
"license": "MIT", | ||
@@ -84,4 +90,2 @@ "main": "build/es5/bundle.js", | ||
"scripts": { | ||
"commitmsg": "commitlint --edit --extends @commitlint/config-angular", | ||
"precommit": "grunt lint", | ||
"prepublishOnly": "grunt build", | ||
@@ -91,3 +95,3 @@ "test": "grunt lint && grunt test" | ||
"types": "build/es2015/module.d.ts", | ||
"version": "3.0.1" | ||
"version": "3.0.2" | ||
} |
84075
Updated@babel/runtime@^7.1.2
Updatedcompilerr@^5.0.11
Updatedfast-unique-numbers@^2.1.5