Skip to content

Commit b6d3a5e

Browse files
committed
chore: fix package.json names
1 parent 4f156ef commit b6d3a5e

File tree

13 files changed

+36
-36
lines changed

13 files changed

+36
-36
lines changed

exercises/02.interfaces-and-classes/01.problem.implementing-interfaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_03.interfaces-and-classes_01.problem.implementing-interfaces",
2+
"name": "exercises_02.interfaces-and-classes_01.problem.implementing-interfaces",
33
"type": "module",
44
"scripts": {
55
"start": "node index.ts",

exercises/02.interfaces-and-classes/01.solution.implementing-interfaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_03.interfaces-and-classes_01.solution.implementing-interfaces",
2+
"name": "exercises_02.interfaces-and-classes_01.solution.implementing-interfaces",
33
"type": "module",
44
"scripts": {
55
"start": "node index.ts",

exercises/02.interfaces-and-classes/02.problem.programming-to-abstractions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_03.interfaces-and-classes_02.problem.programming-to-abstractions",
2+
"name": "exercises_02.interfaces-and-classes_02.problem.programming-to-abstractions",
33
"type": "module",
44
"scripts": {
55
"start": "node index.ts",

exercises/02.interfaces-and-classes/02.solution.programming-to-abstractions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_03.interfaces-and-classes_02.solution.programming-to-abstractions",
2+
"name": "exercises_02.interfaces-and-classes_02.solution.programming-to-abstractions",
33
"type": "module",
44
"scripts": {
55
"start": "node index.ts",

exercises/03.inheritance/01.problem.extends/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_04.inheritance_01.problem.extends",
2+
"name": "exercises_03.inheritance_01.problem.extends",
33
"type": "module",
44
"scripts": {
55
"start": "node index.ts",

exercises/03.inheritance/01.solution.extends/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_04.inheritance_01.solution.extends",
2+
"name": "exercises_03.inheritance_01.solution.extends",
33
"type": "module",
44
"scripts": {
55
"start": "node index.ts",

exercises/03.inheritance/02.problem.method-overriding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_04.inheritance_02.problem.method-overriding",
2+
"name": "exercises_03.inheritance_02.problem.method-overriding",
33
"type": "module",
44
"scripts": {
55
"start": "node index.ts",

exercises/03.inheritance/02.solution.method-overriding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_04.inheritance_02.solution.method-overriding",
2+
"name": "exercises_03.inheritance_02.solution.method-overriding",
33
"type": "module",
44
"scripts": {
55
"start": "node index.ts",

exercises/04.polymorphism/01.problem.substitutability/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_05.polymorphism_01.problem.substitutability",
2+
"name": "exercises_04.polymorphism_01.problem.substitutability",
33
"type": "module",
44
"scripts": {
55
"start": "node index.ts",

exercises/04.polymorphism/01.solution.substitutability/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_05.polymorphism_01.solution.substitutability",
2+
"name": "exercises_04.polymorphism_01.solution.substitutability",
33
"type": "module",
44
"scripts": {
55
"start": "node index.ts",

0 commit comments

Comments
 (0)