refactor(package): update composer.json and package.json

parent 2f483aba
{ {
"authors": [
{
"name": "Constantine Karnaukhov",
"email": "genteelknight@gmail.com"
}
],
"require": { "require": {
"arrilot/bitrix-migrations": "^2.1" "arrilot/bitrix-migrations": "^2.1"
} }
......
{
"private": true,
"devDependencies": {
"eslint": "3.15.0"
},
"scripts": {
"lint": "eslint .",
"dependencies": "yarn install --no-progress",
"build": "echo \"no build specified\""
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment