Skip to content

Commit e57feed

Browse files
committed
fix: main and typing config
1 parent a1594d2 commit e57feed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "json-order",
33
"version": "0.0.0-development",
44
"description": "Control the order of properties in JSON via a lookup object - including nested properties.",
5-
"main": "index.js",
6-
"types": "index.d.ts",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
77
"files": [
88
"dist"
99
],

0 commit comments

Comments
 (0)