@jdeighan/coffee-utils 4.1.17 → 4.1.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jdeighan/coffee-utils",
3
3
  "type": "module",
4
- "version": "4.1.17",
4
+ "version": "4.1.18",
5
5
  "description": "A set of utility functions for CoffeeScript",
6
6
  "main": "coffee_utils.js",
7
7
  "exports": {
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "homepage": "https://github.com/johndeighan/coffee-utils#readme",
46
46
  "dependencies": {
47
- "ava": "^4.0.0",
47
+ "ava": "^3.15.0",
48
48
  "cross-env": "^7.0.3",
49
49
  "js-yaml": "^4.1.0",
50
50
  "readline-sync": "^1.4.10"