forked from tools/josh
1
0
Fork 0

Downgrade major version to 0.x.y

And update dependencies.
This commit is contained in:
Florine W. Dekker 2019-11-13 14:49:25 +01:00
parent 6c10b714cd
commit fc62d8d12a
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 3 additions and 3 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "fwdekker.com",
"version": "1.14.0",
"version": "0.14.0",
"description": "The source code of [my personal website](https://fwdekker.com/).",
"author": "Felix W. Dekker",
"repository": {
@ -20,7 +20,7 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@types/chai": "^4.2.4",
"@types/chai": "^4.2.5",
"@types/js-cookie": "^2.2.4",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
@ -33,7 +33,7 @@
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"ts-loader": "^6.2.1",
"ts-node": "^8.4.1",
"ts-node": "^8.5.0",
"typescript": "^3.7.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"