Skip to content

Commit

Permalink
Merge pull request #24 from Realytics/fix/package-files
Browse files Browse the repository at this point in the history
Fix `ESLint: "fork-ts-checker-webpack-plugin" is not published.` issue
  • Loading branch information
piotr-oles committed Jun 28, 2017
2 parents 0b9fee9 + a7bc578 commit 1d6320f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.2.4
* Fix `ESLint: "fork-ts-checker-webpack-plugin" is not published.` issue

## v0.2.3
* Add support for webpack 3 as peerDependency

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
"lib"
],
"scripts": {
"test:unit": "NODE_ENV=test node_modules/.bin/mocha -R spec ./test/unit",
"test:integration": "NODE_ENV=test node_modules/.bin/mocha -R spec ./test/integration && rimraf tmp",
Expand Down

0 comments on commit 1d6320f

Please sign in to comment.