Skip to content

Commit a9dffe6

Browse files
committed
Last attempt to fix jsr.io
1 parent a22589f commit a9dffe6

5 files changed

Lines changed: 8 additions & 2 deletions

File tree

cjs/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
'use strict';
2+
/// <reference types="../types/index.d.ts" />
3+
24
// (c) 2020-present Andrea Giammarchi
35

46
const {parse: $parse, stringify: $stringify} = JSON;

esm/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/// <reference types="../types/index.d.ts" />
2+
13
// (c) 2020-present Andrea Giammarchi
24

35
const {parse: $parse, stringify: $stringify} = JSON;

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ self.Flatted = (function (exports) {
1111
}, _typeof(o);
1212
}
1313

14+
/// <reference types="../types/index.d.ts" />
15+
1416
// (c) 2020-present Andrea Giammarchi
1517

1618
var $parse = JSON.parse,

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wr/flatted",
3-
"version": "3.2.11",
3+
"version": "3.2.12",
44
"exports": "./esm/index.js",
55
"exclude": [
66
".github/*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"unpkg": "min.js",
66
"main": "./cjs/index.js",
77
"scripts": {
8-
"build": "npm run cjs && npm run rollup:esm && npm run rollup:es && npm run rollup:babel && npm run min && npm run test && npm run ts && npm run size",
8+
"build": "npm run cjs && npm run rollup:esm && npm run rollup:es && npm run rollup:babel && npm run min && npm run test && npm run size",
99
"cjs": "ascjs esm cjs",
1010
"rollup:es": "rollup --config rollup/es.config.js && sed -i.bck 's/^var /self./' es.js && rm -rf es.js.bck",
1111
"rollup:esm": "rollup --config rollup/esm.config.js",

0 commit comments

Comments
 (0)