Skip to content

Commit d5010c3

Browse files
committed
cleanup: json order
1 parent 43f933e commit d5010c3

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
"description": "Simple object mapping with visitor support",
44
"version": "0.1.27",
55
"license": "MPL-2.0",
6-
"main": "dist/index.js",
7-
"module": "dist/es/index.js",
8-
"types": "dist/index.d.ts",
9-
"files": [
10-
"/dist",
11-
"!*.tsbuildinfo",
12-
"!*.test.*"
13-
],
146
"sideEffects": false,
157
"author": {
168
"name": "Launchcode",
@@ -21,6 +13,14 @@
2113
"type": "git",
2214
"url": "https://github.com/servall/mapper.git"
2315
},
16+
"main": "dist/index.js",
17+
"module": "dist/es/index.js",
18+
"types": "dist/index.d.ts",
19+
"files": [
20+
"/dist",
21+
"!*.tsbuildinfo",
22+
"!*.test.*"
23+
],
2424
"scripts": {
2525
"build": "tsc -b",
2626
"build:es": "tsc -b tsconfig.es.json",

0 commit comments

Comments
 (0)