generate-webpack-config
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.3.0](https://github.com/namics/webpack-config-plugins/compare/v1.2.1...v1.3.0) (2019-01-20) | ||
**Note:** Version bump only for package generate-webpack-config | ||
## [1.2.1](https://github.com/namics/webpack-config-plugins/compare/v1.2.0...v1.2.1) (2019-01-02) | ||
@@ -8,0 +16,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"repository": "https://github.com/namics/webpack-config-plugins.git", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"author": "Namics AG - Technology & Application", | ||
@@ -50,14 +50,15 @@ "license": "MIT", | ||
"scripts": { | ||
"prepublishOnly": "npx npm-run-all prepublishOnly:*", | ||
"prepublishOnly:cli": "webpack", | ||
"prepublishOnly:api": "tsc src/config-generator.ts --declaration --outDir dist/ --lib ES2018", | ||
"prepublishOnly:ok": "pkg-ok", | ||
"test": "tsc" | ||
"test": "jest" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "23.3.13", | ||
"@types/node": "10.12.18", | ||
"@types/webpack": "4.4.21", | ||
"inquirer": "6.2.1", | ||
"jest": "23.6.0", | ||
"mock-fs": "4.7.0", | ||
"pkg-ok": "2.3.1", | ||
"ts-config-webpack-plugin": "^1.2.1", | ||
"rimraf": "2.6.3", | ||
"ts-config-webpack-plugin": "^1.3.0", | ||
"ts-jest": "23.10.5", | ||
"typescript": "3.2.2", | ||
@@ -71,3 +72,3 @@ "webpack": "4.21.0", | ||
}, | ||
"gitHead": "8d653d4b4bbc0e340da8d27811921b21d0f02f50" | ||
"gitHead": "ba6ad8e395a8c8b307f68eb81070fd3fdecc5d42" | ||
} |
591949
13