aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-03-07 17:07:08 +0100
committersD <stoned@derpymail.org>2020-03-07 17:07:08 +0100
commitdac06a5e9087ecceb6942df08c0dbd5e0db97951 (patch)
tree85ecfb9ecaa0b431c1caba7a90cf0fec4cc6cf14 /package.json
parent60345ea079b3006ded424b6206d71262c16c4071 (diff)
update javascript
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index ed4f390..153418f 100644
--- a/package.json
+++ b/package.json
@@ -13,24 +13,24 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/stonedDiscord/stonedDiscord.github.io.git"
+ "url": "git+https://github.com/AttorneyOnline/webAO.git"
},
"author": "stonedDiscord",
"bugs": {
- "url": "https://github.com/stonedDiscord/stonedDiscord.github.io/issues"
+ "url": "https://github.com/AttorneyOnline/webAO/issues"
},
- "homepage": "https://github.com/stonedDiscord/stonedDiscord.github.io#readme",
+ "homepage": "https://github.com/AttorneyOnline/webAO#readme",
"devDependencies": {
- "@babel/core": "^7.7.7",
- "@babel/preset-env": "^7.7.7",
+ "@babel/core": "^7.8.7",
+ "@babel/preset-env": "^7.8.7",
"babel-loader": "^8.0.6",
"eslint": "^6.8.0",
"golden-layout": "^1.5.9",
- "webpack": "^4.41.4",
- "webpack-cli": "^3.3.10"
+ "webpack": "^4.42.0",
+ "webpack-cli": "^3.3.11"
},
"dependencies": {
- "core-js": "^3.1.4",
+ "core-js": "^3.6.4",
"fingerprintjs2": "^2.1.0",
"regenerator-runtime": "^0.13.2"
}