1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-28 08:41:30 +00:00

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": { "lodash": {
"version": "4.17.11", "version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
"dev": true "dev": true
}, },
"lodash.sortby": { "lodash.sortby": {

View File

@ -2,12 +2,12 @@
"name": "8bitworkshop", "name": "8bitworkshop",
"version": "3.4.0", "version": "3.4.0",
"author": "Steven Hugg", "author": "Steven Hugg",
"description": "A programming IDE for retro hardware.", "description": "8bitworkshop.com",
"repository": { "repository": {
"type": "git", "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": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"@types/bootbox": "^4.4.36", "@types/bootbox": "^4.4.36",
@ -27,7 +27,6 @@
"typescript-formatter": "^7.2.2", "typescript-formatter": "^7.2.2",
"wavedrom-cli": "^0.5.x" "wavedrom-cli": "^0.5.x"
}, },
"description": "8bitworkshop.com",
"main": "main.js", "main": "main.js",
"directories": { "directories": {
"doc": "doc", "doc": "doc",
@ -42,14 +41,9 @@
"test-platforms": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli/testplatforms.js", "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" "test-profile": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 --prof test/cli"
}, },
"repository": {
"type": "git",
"url": "git+https://github.com/sehugg/8bitworkshop.git"
},
"keywords": [ "keywords": [
"8bit" "8bit"
], ],
"license": "GPL-3.0",
"bugs": { "bugs": {
"url": "https://github.com/sehugg/8bitworkshop/issues" "url": "https://github.com/sehugg/8bitworkshop/issues"
}, },