Skip to content

Commit

Permalink
Merge pull request #7 from haensl/6
Browse files Browse the repository at this point in the history
#6: Fix bundle.
  • Loading branch information
haensl authored Feb 3, 2021
2 parents 03f7e34 + 344e03b commit 5351d96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.md
.*
*.tgz
test-results/
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.1
* [#6: Fix bundle.](https://github.com/haensl/eslint-config/issues/6)

## 1.4.0
* [#4: Migrate to CircleCI.](https://github.com/haensl/eslint-config/issues/4)

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@haensl/eslint-config",
"version": "1.4.0",
"version": "1.4.1",
"description": "Default ESLint configuration of HP Dietz.",
"main": "index.js",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 5351d96

Please sign in to comment.