Skip to content

Commit

Permalink
fix: Add resolver-legacy-alias folder to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Jan 26, 2021
1 parent 5ac0e33 commit aa9c7f1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- master
- release
- release-v2.0.0-beta.1
- release-v2.0.0-beta.2
pull_request:
jobs:
test:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### BREAKING CHANGES

## [2.0.0-beta.2] - 2021-01-26

### Fixed
- feat: Add folder resolver-legacy-alias to npm package

## [2.0.0-beta.1] - 2021-01-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-boundaries",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Eslint plugin checking architecture boundaries between elements",
"keywords": [
"eslint",
Expand All @@ -14,7 +14,8 @@
"license": "MIT",
"repository": "https://github.com/javierbrea/eslint-plugin-boundaries",
"files": [
"src"
"src",
"resolver-legacy-alias"
],
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=javierbrea
sonar.projectKey=eslint-plugin-boundaries
sonar.projectVersion=2.0.0-beta.1
sonar.projectVersion=2.0.0-beta.2

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit aa9c7f1

Please sign in to comment.