@jdeighan/coffee-utils 4.1.22 → 4.1.23

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 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jdeighan/coffee-utils",
3
3
  "type": "module",
4
- "version": "4.1.22",
4
+ "version": "4.1.23",
5
5
  "description": "A set of utility functions for CoffeeScript",
6
6
  "main": "coffee_utils.js",
7
7
  "exports": {
@@ -25,8 +25,7 @@
25
25
  },
26
26
  "scripts": {
27
27
  "build": "cls && rm -f ./src/*.js && coffee -c ./src",
28
- "old_pretest": "npm run build && rm -f ./test/*.js && rm -f ./test/*.coffee && cielo -fq ./test",
29
- "pretest": "cls && cielo -ckq .",
28
+ "pretest": "cls && cielo -qfc ./test && coffee -c ./test",
30
29
  "test": "ava ./test/*.test.js",
31
30
  "prefinaltest": "npm run pretest",
32
31
  "finaltest": "cross-env FINALTEST=yes ava ./test/*.test.js"