mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feture(package) 6to5:bin: bin-legacy -> bin_
This commit is contained in:
parent
324c502ce3
commit
7c3e5aba0c
2 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -15,5 +15,5 @@ modules/fancybox/sprite.psd
|
||||||
|
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
bin-legacy
|
bin_
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
"server"
|
"server"
|
||||||
],
|
],
|
||||||
"bin": {
|
"bin": {
|
||||||
"cloudcmd": "bin-legacy/cloudcmd.js",
|
"cloudcmd": "bin_/cloudcmd.js",
|
||||||
"cloudcmd+": "bin/cloudcmd.js"
|
"cloudcmd+": "bin/cloudcmd.js"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
|
@ -79,7 +79,7 @@
|
||||||
"docker:rm-old": "redrun --parallel docker:rm:*",
|
"docker:rm-old": "redrun --parallel docker:rm:*",
|
||||||
"coverage": "nyc npm test",
|
"coverage": "nyc npm test",
|
||||||
"report": "nyc report --reporter=text-lcov | coveralls",
|
"report": "nyc report --reporter=text-lcov | coveralls",
|
||||||
"6to5:bin": "babel bin -d bin-legacy",
|
"6to5:bin": "babel bin -d bin_",
|
||||||
"build": "redrun 6to5:*"
|
"build": "redrun 6to5:*"
|
||||||
},
|
},
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue