Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Griko Nibras authored Oct 16, 2019
2 parents d56cfde + 4469960 commit f9e9a99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"devDependencies": {
"@types/papaparse": "^5.0.1",
"@types/puppeteer": "^1.20.1",
"husky": "^3.0.8"
"husky": "^3.0.8",
"prettier": "^1.18.2"
},
"husky": {
"hooks": {
Expand All @@ -41,6 +42,5 @@
"scraper",
"scraping"
],
"private": true,
"license": "MIT"
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,11 @@ please-upgrade-node@^3.2.0:
dependencies:
semver-compare "^1.0.0"

prettier@^1.18.2:
version "1.18.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==

process-nextick-args@~2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
Expand Down

0 comments on commit f9e9a99

Please sign in to comment.