1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-13 03:02:49 +00:00

updated bunch of file paths and changed the way posts are loaded

This commit is contained in:
2016-01-05 12:28:04 -06:00
parent 719ae331ae
commit c96a84d0ff
13249 changed files with 317868 additions and 2101398 deletions

19
node_modules/mkdirp/package.json generated vendored
View File

@@ -1,11 +1,11 @@
{
"_args": [
[
"mkdirp@0.x.x",
"/home/mywebsite/node_modules/utile"
"mkdirp@~0.5.0",
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jade"
]
],
"_from": "mkdirp@>=0.0.0 <1.0.0",
"_from": "mkdirp@>=0.5.0 <0.6.0",
"_id": "mkdirp@0.5.1",
"_inCache": true,
"_installable": true,
@@ -19,20 +19,21 @@
"_phantomChildren": {},
"_requested": {
"name": "mkdirp",
"raw": "mkdirp@0.x.x",
"rawSpec": "0.x.x",
"raw": "mkdirp@~0.5.0",
"rawSpec": "~0.5.0",
"scope": null,
"spec": ">=0.0.0 <1.0.0",
"spec": ">=0.5.0 <0.6.0",
"type": "range"
},
"_requiredBy": [
"/utile"
"/jade",
"/multer"
],
"_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"_shasum": "30057438eac6cf7f8c4767f38648d6697d75c903",
"_shrinkwrap": null,
"_spec": "mkdirp@0.x.x",
"_where": "/home/mywebsite/node_modules/utile",
"_spec": "mkdirp@~0.5.0",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/jade",
"author": {
"email": "mail@substack.net",
"name": "James Halliday",