mirror of
https://github.com/ivabus/www
synced 2024-11-21 21:15:06 +03:00
Edit package.json to fix babel
This commit is contained in:
parent
43cda39dd1
commit
be54e0c6bf
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue