@jdeighan/coffee-utils 4.1.34 → 4.1.35

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.34",
4
+ "version": "4.1.35",
5
5
  "description": "A set of utility functions for CoffeeScript",
6
6
  "main": "coffee_utils.js",
7
7
  "exports": {
@@ -51,6 +51,6 @@
51
51
  "cross-env": "^7.0.3",
52
52
  "js-yaml": "^4.1.0",
53
53
  "readline-sync": "^1.4.10",
54
- "svelte": "^3.46.3"
54
+ "svelte": "^3.46.4"
55
55
  }
56
56
  }