Edit package.json to fix babel

This commit is contained in:
Thomas Smith 2023-04-24 19:58:43 +02:00
parent 43cda39dd1
commit be54e0c6bf

View file

@ -4,7 +4,7 @@
"description": "basic react config for https://tea.xyz", "description": "basic react config for https://tea.xyz",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "build": "npx babel src --out-dir lib --no-babelrc"
}, },
"repository": { "repository": {
"type": "git", "type": "git",