Skip to content

Commit 212bb14

Browse files
authored
Merge pull request #29 from msd-code-academy/npm-audit
2 parents 7358733 + 504ea4d commit 212bb14

File tree

17 files changed

+10
-85937
lines changed

17 files changed

+10
-85937
lines changed

.gitignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ coverage
2626
# node-waf configuration
2727
.lock-wscript
2828

29-
# Compiled binary addons (http://nodejs.org/api/addons.html)
30-
build/Release
31-
3229
# Dependency directories
3330
node_modules
3431
jspm_packages
@@ -51,3 +48,11 @@ jspm_packages
5148
# IDE stuff
5249
*.iml
5350
/.idea
51+
52+
# moved from nested .gitignore files
53+
/build
54+
.DS_Store
55+
56+
# do not endorse out of date library versions (see README)
57+
package-lock.json
58+
yarn.lock

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Materials for Javascript Code Academy, updated for second run starting October 2017.
44

5+
Please run `npm audit` before using any of our examples at a later date (the 3rd party dependencies might receive important security updates).
6+
57
## Community
68

79
We believe in giving back to the community. We are group of people who would like to see even more junior and senior developers to start using React.

lesson-1/react/current/.gitignore

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)