Skip to content

Commit 1d6320f

Browse files
authored
Merge pull request #24 from Realytics/fix/package-files
Fix `ESLint: "fork-ts-checker-webpack-plugin" is not published.` issue
2 parents 0b9fee9 + a7bc578 commit 1d6320f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.2.4
2+
* Fix `ESLint: "fork-ts-checker-webpack-plugin" is not published.` issue
3+
14
## v0.2.3
25
* Add support for webpack 3 as peerDependency
36

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "fork-ts-checker-webpack-plugin",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Runs typescript type checker and linter on separate process.",
55
"main": "lib/index.js",
6+
"files": [
7+
"lib"
8+
],
69
"scripts": {
710
"test:unit": "NODE_ENV=test node_modules/.bin/mocha -R spec ./test/unit",
811
"test:integration": "NODE_ENV=test node_modules/.bin/mocha -R spec ./test/integration && rimraf tmp",

0 commit comments

Comments
 (0)