Skip to content

Commit d0ca63d

Browse files
committed
Fix package.json
1 parent ae96122 commit d0ca63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Small react component for converting and downloading HTML table to Excel file",
55
"main": "index.js",
66
"scripts": {
7-
"build": "./node_modules/.bin/babel helloworld.js -o index.js",
7+
"build": "./node_modules/.bin/babel ./src/ReactHTMLTableToExcel.jsx -o index.js",
88
"prepublish": "npm run build"
99
},
1010
"repository": {

0 commit comments

Comments
 (0)