-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add check if .yarnrc.yaml is missing
- Loading branch information
1 parent
e56d2af
commit 1bb7425
Showing
5 changed files
with
73 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "goof", | ||
"version": "0.0.3", | ||
"description": "A vulnerable todo demo application", | ||
"homepage": "https://snyk.io/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Snyk/snyk-todo-list-demo-app/" | ||
}, | ||
"scripts": { | ||
"start": "node app.js", | ||
"build": "browserify -r jquery > public/js/bundle.js", | ||
"cleanup": "mongo express-todo --eval 'db.todos.remove({});'" | ||
}, | ||
"engines": { | ||
"node": "6.14.1" | ||
}, | ||
"dependencies": { | ||
"adm-zip": "0.4.7" | ||
}, | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# This file is generated by running "yarn install" inside your project. | ||
# Manual changes might be lost - proceed with caution! | ||
|
||
__metadata: | ||
version: 4 | ||
|
||
"adm-zip@npm:0.4.7": | ||
version: 0.4.7 | ||
resolution: "adm-zip@npm:0.4.7" | ||
checksum: 2/11a1c45712be29358e9e62b8b7111c2af6b13ee8e954443f64b5f6e7e869473219f4601f34537e960cf98968b9e7d46a376abb650c4095adcbe402b98a1c8af0 | ||
languageName: node | ||
linkType: hard | ||
|
||
"goof@workspace:.": | ||
version: 0.0.0-use.local | ||
resolution: "goof@workspace:." | ||
dependencies: | ||
adm-zip: 0.4.7 | ||
languageName: unknown | ||
linkType: soft |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters