Skip to content

Commit

Permalink
Remove abandoned sample rest endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Nov 8, 2023
1 parent ebb89ff commit d15f48f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
3 changes: 1 addition & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@
'https://yesno.wtf/api',
'https://official-joke-api.appspot.com/random_joke',
'https://dna-engine.org/api/books/',
'https://api.plos.org/search?q=title:DNA',
'https://mockbin.org/status/500/Internal Server Error',
'https://api.plos.org/search?q=title:Hawaii',
'https://swapi.py4e.com/api/starships/',
'https://www.googleapis.com/books/v1/volumes?q=spacex',
'https://api.github.com/repos/center-key/pretty-print-json/contributors',
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,16 @@
},
"devDependencies": {
"@fortawesome/fontawesome-free": "~6.4",
"@types/node": "~20.8",
"@typescript-eslint/eslint-plugin": "~6.7",
"@typescript-eslint/parser": "~6.7",
"@types/node": "~20.9",
"@typescript-eslint/eslint-plugin": "~6.10",
"@typescript-eslint/parser": "~6.10",
"add-dist-header": "~1.3",
"assert-deep-strict-equal": "~1.1",
"copy-file-util": "~1.1",
"copy-folder-util": "~1.1",
"csso-cli": "~4.0",
"dna-engine": "~3.0",
"eslint": "~8.50",
"eslint": "~8.53",
"esm-to-plain-js": "~1.1",
"fetch-json": "~3.2",
"jsdom": "~22.1",
Expand All @@ -125,7 +125,7 @@
"run-scripts-util": "~1.2",
"typescript": "~5.2",
"uglify-js": "~3.17",
"w3c-html-validator": "~1.5",
"w3c-html-validator": "~1.6",
"web-ignition": "~2.0"
}
}
3 changes: 1 addition & 2 deletions spec/interactive.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@
'https://yesno.wtf/api',
'https://official-joke-api.appspot.com/random_joke',
'https://dna-engine.org/api/books/',
'https://api.plos.org/search?q=title:DNA',
'https://mockbin.org/status/500/Internal Server Error',
'https://api.plos.org/search?q=title:Hawaii',
'https://swapi.py4e.com/api/starships/',
'https://www.googleapis.com/books/v1/volumes?q=spacex',
'https://api.github.com/repos/center-key/pretty-print-json/contributors',
Expand Down
2 changes: 1 addition & 1 deletion task-runner.sh.command
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ releaseInstructions() {
echo "When ready to do the next release:"
echo
echo " === Increment version ==="
echo " Edit pacakge.json to bump $version to next version number"
echo " Edit package.json to bump $version to next version number"
echo " $projectHome/package.json"
}
nextActionCommitTagPub() {
Expand Down

0 comments on commit d15f48f

Please sign in to comment.