Bump more dependencies. Fix the license string in package.json.

This commit is contained in:
Trevor F. Smith 2018-08-02 16:38:02 -07:00
Родитель 364e23473c
Коммит e1890f830a
2 изменённых файлов: 10 добавлений и 10 удалений

18
package-lock.json сгенерированный
Просмотреть файл

@ -1284,7 +1284,7 @@
"dev": true,
"optional": true,
"requires": {
"hoek": "4.2.0"
"hoek": "4.2.1"
}
},
"brace-expansion": {
@ -1858,7 +1858,7 @@
"dev": true,
"optional": true,
"requires": {
"hoek": "4.2.0"
"hoek": "4.2.1"
}
}
}
@ -2467,7 +2467,7 @@
"escape-html": "1.0.3",
"fs-extra": "1.0.0",
"ice-cap": "0.0.4",
"marked": "0.3.6",
"marked": "0.3.9",
"taffydb": "2.7.2"
},
"dependencies": {
@ -3828,7 +3828,7 @@
"requires": {
"boom": "4.3.1",
"cryptiles": "3.1.2",
"hoek": "4.2.0",
"hoek": "4.2.1",
"sntp": "2.1.0"
}
},
@ -3850,8 +3850,8 @@
}
},
"hoek": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.0.tgz",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.1.tgz",
"integrity": "sha512-v0XCLxICi9nPfYrS9RL8HbYnXi9obYAeLbSP00BmnZwCK9+Ih9WOjoZ8YoHCoav2csqn4FOz4Orldsy2dmDwmQ==",
"dev": true
},
@ -4727,8 +4727,8 @@
}
},
"marked": {
"version": "0.3.6",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz",
"version": "0.3.9",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.3.9.tgz",
"integrity": "sha1-ssbGGPzOzk74bE/Gy4p8v1rtqNc=",
"dev": true
},
@ -6077,7 +6077,7 @@
"dev": true,
"optional": true,
"requires": {
"hoek": "4.2.0"
"hoek": "4.2.1"
}
},
"source-list-map": {

Просмотреть файл

@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "A framework-agnostic input library.",
"main": "",
"license": "MPL 2.0",
"license": "MPL-2.0",
"scripts": {
"all": "npm run-script build && npm run-script docs",
"build": "webpack",