@jdeighan/coffee-utils 14.0.30 → 14.0.31

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 +4 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jdeighan/coffee-utils",
3
3
  "type": "module",
4
- "version": "14.0.30",
4
+ "version": "14.0.31",
5
5
  "description": "A set of utility functions for CoffeeScript",
6
6
  "main": "coffee_utils.js",
7
7
  "exports": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "scripts": {
31
31
  "build": "cls && coffee -c .",
32
- "test": "npm run build && ava ./test/*.test.js && git status"
32
+ "test": "npm run build && npx ava ./test/*.test.js && git status"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",
@@ -52,6 +52,7 @@
52
52
  "svelte": "^3.55.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@jdeighan/unit-tester": "^3.0.39"
55
+ "@jdeighan/unit-tester": "^3.0.39",
56
+ "ava": "^5.1.1"
56
57
  }
57
58
  }