Update package.json

This commit is contained in:
FangfangZhao 2018-11-17 14:04:11 +08:00
parent 978ed44c7c
commit 584d405b67

View file

@ -2,11 +2,15 @@
"name": "rebuild-babel",
"version": "1.0.0",
"description": "rebuild js/jsx compiler",
"author": "rebuild",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/getrebuild/rebuild.git"
},
"scripts": {
"build": "babel js/es6 -d js/es5"
},
"author": "rebuild",
"license": "GPL-3.0",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",