Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 0579a10

Browse files
authored
Merge pull request #42 from stackhawk/raptor18update
React18 upgrade, esbuild and 1.0.0
2 parents 96ca7fd + af06814 commit 0579a10

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

build.tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "es2016",
4-
"module": "commonjs",
3+
"target": "esnext",
4+
"module": "esnext",
55
"jsx": "react",
66
"resolveJsonModule": true,
77
"strict": true,
@@ -10,7 +10,7 @@
1010
"lib": [
1111
"dom",
1212
"dom.iterable",
13-
"es2016"
13+
"esnext"
1414
],
1515
"skipLibCheck": true,
1616
"allowSyntheticDefaultImports": true,

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"type": "git",
55
"url": "git+https://github.com/stackhawk/naiveasync.git"
66
},
7-
"version": "0.7.0",
7+
"version": "1.0.0",
88
"description": "An Opinionated and Painless React & Redux promise wrapper",
9-
"main": "./dist/src/naiveasync/index.js",
9+
"exports": {
10+
".": "./dist/src/naiveasync/index.js"
11+
},
1012
"types": "./dist/src/naiveasync/index.d.ts",
1113
"type": "module",
1214
"author": {

0 commit comments

Comments
 (0)