There was an error while loading. Please reload this page.
1 parent 43f933e commit d5010c3Copy full SHA for d5010c3
1 file changed
package.json
@@ -3,14 +3,6 @@
3
"description": "Simple object mapping with visitor support",
4
"version": "0.1.27",
5
"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
- ],
14
"sideEffects": false,
15
"author": {
16
"name": "Launchcode",
@@ -21,6 +13,14 @@
21
"type": "git",
22
"url": "https://github.com/servall/mapper.git"
23
},
+ "main": "dist/index.js",
17
+ "module": "dist/es/index.js",
18
+ "types": "dist/index.d.ts",
19
+ "files": [
20
+ "/dist",
+ "!*.tsbuildinfo",
+ "!*.test.*"
+ ],
24
"scripts": {
25
"build": "tsc -b",
26
"build:es": "tsc -b tsconfig.es.json",
0 commit comments