Skip to content

Commit 3116e0e

Browse files
committed
ci: update to 3.0.1
1 parent 840a72d commit 3116e0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@timmsy/riftjs",
3-
"version": "2.1.0",
3+
"version": "3.0.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"exports": {
77
".": {
88
"types": "./dist/index.d.ts",
9-
"require": "./dist/index.js"
9+
"require": "./dist/index.js",
10+
"default": "./dist/index.js"
1011
}
1112
},
1213
"files": [

0 commit comments

Comments
 (0)