Skip to content

Commit bd2fe88

Browse files
committed
Fix paths in Lesson02
1 parent 07d5111 commit bd2fe88

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Lesson02/Activity03/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Lesson02/Activity03/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "activity_001",
2+
"name": "Activity03",
33
"version": "1.0.0",
44
"description": "Solution for activity in lesson 2",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/TrainingByPackt/Professional-JavaScript.git",
9-
"directory": "Lesson02/activity_001"
9+
"directory": "Lesson02/Activity03"
1010
},
1111
"author": "",
1212
"license": "MIT",

Lesson02/Example/sample_scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"repository": {
2020
"type": "git",
2121
"url": "git+https://github.com/TrainingByPackt/Professional-JavaScript.git",
22-
"directory": "Lesson02/sample_scripts"
22+
"directory": "Lesson02/Example/sample_scripts"
2323
},
2424
"author": "",
2525
"license": "MIT"

Lesson02/Exercise10/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Lesson02/Exercise10/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "exercise_003",
2+
"name": "Exercise10",
33
"version": "1.0.0",
44
"description": "Sample project that uses commander for CLI arguments parsing.",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/TrainingByPackt/Professional-JavaScript.git",
9-
"directory": "Lesson02/exercise_003"
9+
"directory": "Lesson02/Exercise10"
1010
},
1111
"license": "MIT",
1212
"dependencies": {

0 commit comments

Comments
 (0)