Skip to content

Commit 00bd961

Browse files
committed
Update package.json
1 parent b0ec975 commit 00bd961

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "csv-to-xml",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"source": "src/index.ts",
55
"description": "Easily convert any CSV string to XML data in Node.js and the browser.",
6+
"files": [
7+
"dist/*"
8+
],
69
"author": {
710
"email": "[email protected]",
811
"name": "Ayibatari Ibaba",

0 commit comments

Comments
 (0)