forked from tools/josh
1
0
Fork 0

Add link to privacy policy

And update dependencies.
This commit is contained in:
Florine W. Dekker 2020-09-15 15:38:57 +02:00
parent 72826745b6
commit ef49ed1c8f
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
3 changed files with 8 additions and 7 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "fwdekker.com",
"version": "0.37.4",
"version": "0.37.5",
"description": "The source code of [my personal website](https://fwdekker.com/).",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",
@ -25,22 +25,22 @@
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/chai": "^4.2.12",
"@types/js-cookie": "^2.2.6",
"@types/mocha": "^8.0.1",
"@types/mocha": "^8.0.3",
"@types/semver": "^6.2.1",
"chai": "^4.2.0",
"grunt": "^1.2.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^4.0.2",
"jsdom": "^16.3.0",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"mocha": "^8.1.1",
"nyc": "^15.1.0",
"ts-loader": "^8.0.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.7",
"ts-loader": "^8.0.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}

View File

@ -67,6 +67,7 @@ export class FileSystem {
}),
"me_irl.jpg": new File("https://static.fwdekker.com/img/avatar.jpg", "lnk"),
"pgp.pub": new File("https://static.fwdekker.com/misc/pgp.pub.txt", "lnk"),
"privacy-policy.html": new File("https://fwdekker.com/privacy/", "lnk"),
"resume.pdf": new File("https://static.fwdekker.com/misc/resume.pdf", "lnk"),
})
}),