Comparing version 3.0.0 to 3.0.1
@@ -8,2 +8,8 @@ # Change Log for ospec | ||
## 3.0.1 | ||
_2018-06-30_ | ||
### Bug fix | ||
- Move `glob` from `devDependencies` to `dependencies`, fix the test runner ([#2186](https://github.com/MithrilJS/mithril.js/pull/2186) [@porsager](https://github.com/porsager) | ||
## 3.0.0 | ||
@@ -10,0 +16,0 @@ _2018-06-20_ |
{ | ||
"name": "ospec", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Noiseless testing framework", | ||
@@ -16,5 +16,5 @@ "main": "ospec.js", | ||
"repository": "MithrilJS/mithril.js", | ||
"devDependencies": { | ||
"dependencies": { | ||
"glob": "^7.1.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56214
0
1
+ Addedglob@^7.1.2
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedwrappy@1.0.2(transitive)