Update a few dependencies, update ospec to version 3.1.0 (#2370)

This commit is contained in:
Isiah Meadows 2019-02-05 13:20:55 -05:00 committed by GitHub
parent 02844a0b89
commit 99a61a09dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 907 additions and 596 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ospec",
"version": "3.0.1",
"version": "3.1.0",
"description": "Noiseless testing framework",
"main": "ospec.js",
"module": "ospec.mjs",
@ -18,6 +18,6 @@
},
"repository": "MithrilJS/mithril.js",
"dependencies": {
"glob": "^7.1.2"
"glob": "^7.1.3"
}
}