We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae96122 commit d0ca63dCopy full SHA for d0ca63d
package.json
@@ -4,7 +4,7 @@
4
"description": "Small react component for converting and downloading HTML table to Excel file",
5
"main": "index.js",
6
"scripts": {
7
- "build": "./node_modules/.bin/babel helloworld.js -o index.js",
+ "build": "./node_modules/.bin/babel ./src/ReactHTMLTableToExcel.jsx -o index.js",
8
"prepublish": "npm run build"
9
},
10
"repository": {
0 commit comments