Skip to content

Commit 17d87f2

Browse files
authored
Check format and uniqueness of package names (exercism#1058)
1 parent 558f7c9 commit 17d87f2

127 files changed

Lines changed: 282 additions & 124 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 32 additions & 0 deletions

exercises/concept/array-loops/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@exercism/javascript-concept-array-loops",
2+
"name": "@exercism/javascript-array-loops",
33
"description": "Exercism concept exercise on array-loops",
44
"author": "Derk-Jan Karrenbeld <[email protected]>",
55
"private": true,

exercises/concept/closures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@exercism/javascript-concept-closures",
2+
"name": "@exercism/javascript-closures",
33
"description": "Exercism concept exercise on closures",
44
"author": "Tim Austin",
55
"private": true,

exercises/concept/elyses-transformative-enchantments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@exercism/javascript-concept-elyses-transformative-enchantments",
2+
"name": "@exercism/javascript-elyses-transformative-enchantments",
33
"description": "Exercism concept exercise on elyses-transformative-enchantments",
44
"author": "Katrina Owen",
55
"contributors": [

exercises/concept/fruit-picker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@exercism/javascript-concept-callbacks",
2+
"name": "@exercism/javascript-fruit-picker",
33
"description": "Exercism concept exercise on callbacks",
44
"author": "Tim Austin",
55
"private": true,

exercises/concept/lucky-numbers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@exercism/javascript-concept-type-conversion",
2+
"name": "@exercism/javascript-lucky-numbers",
33
"description": "Exercism concept exercise on Type conversion",
44
"author": "Shubham Singh <[email protected]>",
55
"private": true,

exercises/concept/nullability/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@exercism/javascript-concept-nullability",
2+
"name": "@exercism/javascript-nullability",
33
"description": "Exercism concept exercise on nullability",
44
"author": "Derk-Jan Karrenbeld <[email protected]>",
55
"private": true,

exercises/concept/promises/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@exercism/javascript-concept-promises",
2+
"name": "@exercism/javascript-promises",
33
"description": "Exercism concept exercise on promises",
44
"author": "Derk-Jan Karrenbeld <[email protected]>",
55
"private": true,

exercises/concept/recursion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@exercism/javascript-concept-recursion",
2+
"name": "@exercism/javascript-recursion",
33
"description": "Exercism concept exercise on recursion",
44
"author": "Derk-Jan Karrenbeld <[email protected]>",
55
"private": true,

exercises/concept/strings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@exercism/javascript-concept-strings",
2+
"name": "@exercism/javascript-strings",
33
"description": "Exercism concept exercise on strings",
44
"author": "Derk-Jan Karrenbeld <[email protected]>",
55
"private": true,

0 commit comments

Comments
 (0)