Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Commit

Permalink
fix: fixed getGamesAmerica
Browse files Browse the repository at this point in the history
refactor: refactored out Lerna and Rollup. Lots of overhead we don't
really need

refactor: changed typedoc from outputting to readme to outputting to
docs folder for github pages
  • Loading branch information
favna committed Nov 22, 2019
1 parent dcd402b commit 83d8934
Show file tree
Hide file tree
Showing 62 changed files with 10,646 additions and 6,935 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**/dist/*.js
**/dist/**/*.js
**/docs/**/*.js
8 changes: 7 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"extends": "@favware"
"extends": [
"@favware/eslint-config"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"no-case-declarations": "off"
}
}
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ node_modules

# Build Artifacts
dist/
build/
api-docs-md/
packages/**/docs/api.md
*.zip
*.tar
*.tar.xz
*.tar.gz
*.7z
*.rar
tsconfig.tsbuildinfo

# Logs
logs/
Expand Down
59 changes: 2 additions & 57 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [2.2.4](https://github.com/lmmfranco/nintendo-switch-eshop/compare/v2.2.3...v2.2.4) (2019-10-30)

**Note:** Version bump only for package root
**Note:** Version bump only for package nintendo-switch-eshop



Expand All @@ -24,62 +24,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## 2.2.2 (2019-08-24)


### Build System

* upgrade dependencies ([6bd89ab](https://github.com/lmmfranco/nintendo-switch-eshop/commit/6bd89ab))


### BREAKING CHANGES

* Unofficially drop support for NodeJS versions lower than 10 by setting engine field
to >= 10. This is because conventional commits asks Node v10 or higher in their engines field.

"fix 49", "fix 50"



## 2.2.1 (2019-08-05)



# 2.2.0 (2019-08-01)



## 2.1.1 (2019-02-26)



# 2.1.0 (2019-02-26)



## 2.0.1 (2019-01-19)



## 1.1.2 (2018-07-20)



## 1.1.1 (2018-07-13)



# 1.1.0 (2018-02-23)



## 1.0.7 (2017-08-01)



## 1.0.6 (2017-06-23)



## 1.0.3 (2017-06-05)
**Note:** Version bump only for package nintendo-switch-eshop



Expand Down

0 comments on commit 83d8934

Please sign in to comment.