@danielx/civet 0.7.26 → 0.7.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts CHANGED
@@ -21,6 +21,7 @@ declare module "@danielx/civet" {
21
21
  coffeePrototype: boolean
22
22
  defaultElement: string
23
23
  implicitReturns: boolean
24
+ jsxCode: boolean
24
25
  objectIs: boolean
25
26
  react: boolean
26
27
  solid: boolean
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
3
  "type": "commonjs",
4
- "version": "0.7.26",
4
+ "version": "0.7.28",
5
5
  "description": "CoffeeScript style syntax for TypeScript",
6
6
  "main": "dist/main.js",
7
7
  "module": "dist/main.mjs",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/DanielXMoore/Civet.git"
11
+ },
8
12
  "exports": {
9
13
  ".": {
10
14
  "import": "./dist/main.mjs",