-
-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 847-add-templates
- Loading branch information
Showing
15 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
**NOTE: This exercise has been deprecated** | ||
Your track should implement "all-your-base" instead. | ||
https://github.com/exercism/x-common/issues/279 | ||
https://github.com/exercism/problem-specifications/issues/279 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
**NOTE: This exercise has been deprecated.** | ||
It was decided that Exercism should focus on exercises with provided test suites, rather than the reverse ("write the test suite"). | ||
https://github.com/exercism/x-common/issues/80 | ||
https://github.com/exercism/problem-specifications/issues/80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
**NOTE: This exercise has been deprecated** | ||
Your track should implement "all-your-base" instead. | ||
https://github.com/exercism/x-common/issues/279 | ||
https://github.com/exercism/problem-specifications/issues/279 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
**NOTE: This exercise has been deprecated** | ||
Your track should implement protein-translation instead. | ||
https://github.com/exercism/x-common/issues/268 | ||
https://github.com/exercism/problem-specifications/issues/268 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
**NOTE: This exercise has been deprecated** | ||
Your track should implement "all-your-base" instead. | ||
https://github.com/exercism/x-common/issues/279 | ||
https://github.com/exercism/problem-specifications/issues/279 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
**NOTE: This exercise has been deprecated.** | ||
Your track should implement hamming instead. | ||
https://github.com/exercism/x-common/issues/184 | ||
https://github.com/exercism/problem-specifications/issues/184 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
**NOTE: This exercise has been deprecated** | ||
Your track should implement "all-your-base" instead. | ||
https://github.com/exercism/x-common/issues/279 | ||
https://github.com/exercism/problem-specifications/issues/279 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "x-common", | ||
"name": "problem-specifications", | ||
"version": "1.0.0", | ||
"description": "Shared metadata for exercism exercises.", | ||
"main": "index.js", | ||
"repository": "[email protected]:exercism/x-common.git", | ||
"repository": "[email protected]:exercism/problem-specifications.git", | ||
"author": "Tejas Bubane <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
|