Skip to content

Commit

Permalink
Prednaska 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ainthek committed Oct 21, 2019
1 parent 2063d25 commit b7ba025
Show file tree
Hide file tree
Showing 11 changed files with 529 additions and 0 deletions.
Binary file added 05-cvicenie/05-cvicenie.pptx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added 05-prednaska/05.02-npm.pptx
Binary file not shown.
Binary file added 05-prednaska/node-core-modules.xlsx
Binary file not shown.
Binary file added 05-prednaska/package.json.xlsx
Binary file not shown.
245 changes: 245 additions & 0 deletions 05-prednaska/samples/npm-audit/package-lock.json

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

15 changes: 15 additions & 0 deletions 05-prednaska/samples/npm-audit/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "versioning",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"mocha": "^3.2.0"
}
}
Loading

0 comments on commit b7ba025

Please sign in to comment.