Skip to content

Commit 67f02df

Browse files
committed
Try to add types references
1 parent 9d6c479 commit 67f02df

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

readme.md renamed to README.md

File renamed without changes.

dist/proper-tags.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
'use strict';
2+
/// <reference path="../types/proper-tags.d.cts" />
23

34
function flat(array) {
45
return [].concat(...array);

dist/proper-tags.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/// <reference path="../types/proper-tags.d.ts" />
2+
13
function flat(array) {
24
return [].concat(...array);
35
}

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@hexagon/proper-tags",
3-
"version": "2.0.2",
3+
"version": "2.0.3-alpha.0",
44
"exports": "./dist/proper-tags.js"
55
}

0 commit comments

Comments
 (0)