@jdeighan/coffee-utils 5.0.1 → 5.0.2

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 +3 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jdeighan/coffee-utils",
3
3
  "type": "module",
4
- "version": "5.0.1",
4
+ "version": "5.0.2",
5
5
  "description": "A set of utility functions for CoffeeScript",
6
6
  "main": "coffee_utils.js",
7
7
  "exports": {
@@ -17,7 +17,6 @@
17
17
  "./svelte": "./src/svelte_utils.js",
18
18
  "./store": "./src/DataStores.js",
19
19
  "./taml": "./src/taml.js",
20
- "./templib": "./src/templib.js",
21
20
  "./package.json": "./package.json"
22
21
  },
23
22
  "engines": {
@@ -29,9 +28,7 @@
29
28
  "scripts": {
30
29
  "build": "cls && rm -f ./src/*.js && coffee -c ./src",
31
30
  "pretest": "cls && cielo -qfc ./test && coffee -c .",
32
- "test": "npx ava ./test/*.test.js",
33
- "prefinaltest": "npm run pretest",
34
- "finaltest": "cross-env FINALTEST=yes ava ./test/*.test.js"
31
+ "test": "npx ava ./test/*.test.js"
35
32
  },
36
33
  "repository": {
37
34
  "type": "git",
@@ -53,6 +50,6 @@
53
50
  "svelte": "^3.46.4"
54
51
  },
55
52
  "devDependencies": {
56
- "@jdeighan/unit-tester": "^1.0.4"
53
+ "@jdeighan/unit-tester": "^1.0.5"
57
54
  }
58
55
  }