diff --git a/package-lock.json b/package-lock.json index ab343b17..d39d50fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -684,9 +684,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true }, "lodash.sortby": { diff --git a/package.json b/package.json index 2232c2ba..68adb304 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "8bitworkshop", "version": "3.4.0", "author": "Steven Hugg", - "description": "A programming IDE for retro hardware.", + "description": "8bitworkshop.com", "repository": { "type": "git", - "url": "https://github.com/sehugg/8bitworkshop/" + "url": "git+https://github.com/sehugg/8bitworkshop.git" }, - "license": "GPLv3 and others, see README", + "license": "GPL-3.0", "dependencies": {}, "devDependencies": { "@types/bootbox": "^4.4.36", @@ -27,7 +27,6 @@ "typescript-formatter": "^7.2.2", "wavedrom-cli": "^0.5.x" }, - "description": "8bitworkshop.com", "main": "main.js", "directories": { "doc": "doc", @@ -42,14 +41,9 @@ "test-platforms": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli/testplatforms.js", "test-profile": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 --prof test/cli" }, - "repository": { - "type": "git", - "url": "git+https://github.com/sehugg/8bitworkshop.git" - }, "keywords": [ "8bit" ], - "license": "GPL-3.0", "bugs": { "url": "https://github.com/sehugg/8bitworkshop/issues" },