@jdeighan/coffee-utils 4.1.16 → 4.1.17

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 +5 -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.16",
4
+ "version": "4.1.17",
5
5
  "description": "A set of utility functions for CoffeeScript",
6
6
  "main": "coffee_utils.js",
7
7
  "exports": {
@@ -19,6 +19,9 @@
19
19
  "engines": {
20
20
  "node": ">=12.0.0"
21
21
  },
22
+ "ava": {
23
+ "verbose": false
24
+ },
22
25
  "scripts": {
23
26
  "build": "cls && rm -f ./src/*.js && coffee -c ./src",
24
27
  "old_pretest": "npm run build && rm -f ./test/*.js && rm -f ./test/*.coffee && cielo -fq ./test",
@@ -41,7 +44,7 @@
41
44
  },
42
45
  "homepage": "https://github.com/johndeighan/coffee-utils#readme",
43
46
  "dependencies": {
44
- "ava": "^3.15.0",
47
+ "ava": "^4.0.0",
45
48
  "cross-env": "^7.0.3",
46
49
  "js-yaml": "^4.1.0",
47
50
  "readline-sync": "^1.4.10"