Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Feb 15, 2024
1 parent c4340bc commit 47cdaa9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 65 deletions.
6 changes: 3 additions & 3 deletions exercises/practice/eliuds-eggs/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
],
"files": {
"solution": [
"pop-count.wat"
"eliuds-eggs.wat"
],
"test": [
"pop-count.spec.js"
"eliuds-eggs.spec.js"
],
"example": [
".meta/proof.ci.wat"
Expand All @@ -18,7 +18,7 @@
},
"blurb": "Help Eliud count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.",
"source": "Christian Willner, Eric Willigers",
"source_url": "https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5",
"source_url": "https://forum.exercism.org/t/new-exercise-suggestion-eliuds-eggs/7632/5",
"custom": {
"version.tests.compatibility": "jest-27",
"flag.tests.task-per-describe": false,
Expand Down
4 changes: 2 additions & 2 deletions exercises/practice/eliuds-eggs/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@exercism/wasm-pop-count",
"name": "@exercism/wasm-eliuds-eggs",
"description": "Exercism exercises in WebAssembly.",
"type": "module",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/exercism/wasm",
"directory": "exercises/practice/pop-count"
"directory": "exercises/practice/eliuds-eggs"
},
"jest": {
"maxWorkers": 1
Expand Down
48 changes: 0 additions & 48 deletions exercises/practice/eliuds-eggs/pop-count.spec.js

This file was deleted.

12 changes: 0 additions & 12 deletions exercises/practice/eliuds-eggs/pop-count.wat

This file was deleted.

0 comments on commit 47cdaa9

Please sign in to comment.