We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ESLint: "fork-ts-checker-webpack-plugin" is not published.
1 parent 0b9fee9 commit a7bc578Copy full SHA for a7bc578
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.2.4
2
+ * Fix `ESLint: "fork-ts-checker-webpack-plugin" is not published.` issue
3
+
4
## v0.2.3
5
* Add support for webpack 3 as peerDependency
6
package.json
@@ -1,8 +1,11 @@
{
"name": "fork-ts-checker-webpack-plugin",
- "version": "0.2.3",
+ "version": "0.2.4",
"description": "Runs typescript type checker and linter on separate process.",
"main": "lib/index.js",
+ "files": [
7
+ "lib"
8
+ ],
9
"scripts": {
10
"test:unit": "NODE_ENV=test node_modules/.bin/mocha -R spec ./test/unit",
11
"test:integration": "NODE_ENV=test node_modules/.bin/mocha -R spec ./test/integration && rimraf tmp",
0 commit comments