Clean up the oopsie. Rebuild the blank exercises.

This commit is contained in:
Michael Frank
2021-05-09 00:39:21 +12:00
parent b984cb4c6f
commit d28d80c46f
1565 changed files with 27186 additions and 199003 deletions
+11 -11
View File
@@ -1,27 +1,27 @@
{
"_from": "path-parse@^1.0.5",
"_id": "path-parse@1.0.5",
"_from": "path-parse@^1.0.6",
"_id": "path-parse@1.0.6",
"_inBundle": false,
"_integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=",
"_integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
"_location": "/path-parse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "path-parse@^1.0.5",
"raw": "path-parse@^1.0.6",
"name": "path-parse",
"escapedName": "path-parse",
"rawSpec": "^1.0.5",
"rawSpec": "^1.0.6",
"saveSpec": null,
"fetchSpec": "^1.0.5"
"fetchSpec": "^1.0.6"
},
"_requiredBy": [
"/resolve"
],
"_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz",
"_shasum": "3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1",
"_spec": "path-parse@^1.0.5",
"_where": "/Users/cloyd/coderrr/odin/javascript-exercises/node_modules/resolve",
"_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
"_shasum": "d62dbb5679405d72c4737ec58600e9ddcf06d24c",
"_spec": "path-parse@^1.0.6",
"_where": "/home/michael/projects/javascript-exercises/node_modules/resolve",
"author": {
"name": "Javier Blanco",
"email": "http://jbgutierrez.info"
@@ -57,5 +57,5 @@
"scripts": {
"test": "node test.js"
},
"version": "1.0.5"
"version": "1.0.6"
}