Skip to content

Commit

Permalink
Add yamlparser for now, closes #30
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Kanodia committed Feb 8, 2022
1 parent d2ece69 commit fc2c53e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"dependencies": {
"browserslist": "^4.19.1",
"electron-to-chromium": "^1.4.67",
"useragent": "^2.3.0"
"useragent": "^2.3.0",
"yamlparser": "^0.0.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,7 @@ __metadata:
prettier: ^2.5.1
useragent: ^2.3.0
useragent-generator: ^1.1.1-amkt-22079-finish.0
yamlparser: ^0.0.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6324,7 +6325,7 @@ __metadata:
languageName: node
linkType: hard

"yamlparser@npm:0.0.x":
"yamlparser@npm:0.0.x, yamlparser@npm:^0.0.2":
version: 0.0.2
resolution: "yamlparser@npm:0.0.2"
checksum: 9f09b0af2bc24f22153250b0eac88b491d59c38449fbfec665d13e746941e3a089f47c592a9ca8d9f0aab8b7014fe813642f955de93d23a179f05fe1e29e6f3e
Expand Down

0 comments on commit fc2c53e

Please sign in to comment.