Skip to content

Commit b229e5c

Browse files
authored
chore: update files for source map (#85)
* chore: add .map file for sourceMap * chore: update files for source map
1 parent e5f1849 commit b229e5c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@
4747
"typescript": "^3.7.4"
4848
},
4949
"files": [
50-
"lib/fecha.js",
51-
"lib/fecha.d.ts",
52-
"lib/fecha.umd.js",
53-
"dist/fecha.min.js"
50+
"lib",
51+
"dist",
52+
"src"
5453
],
5554
"types": "lib/fecha.d.ts"
5655
}

0 commit comments

Comments
 (0)