updated lodash

This commit is contained in:
Steven Hugg 2019-08-02 10:30:37 -04:00
parent 2b09a1a9f4
commit 5c884be0ae
2 changed files with 6 additions and 12 deletions

6
package-lock.json generated
View File

@ -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": {

View File

@ -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"
},