use @abaplint/cli instead of abaplint (#3276)

* use @abaplint/cli instead of abaplint

* Update package.json
This commit is contained in:
Lars Hvam 2020-03-29 09:22:25 +02:00 committed by GitHub
parent 90e3208163
commit b887a8ff9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@
"url": "git+https://github.com/larshp/abapGit.git" "url": "git+https://github.com/larshp/abapGit.git"
}, },
"devDependencies": { "devDependencies": {
"abaplint": "^2.1.6", "@abaplint/cli": "^2.30.0",
"abapmerge": "^0.13.1", "abapmerge": "^0.13.1",
"eslint": "^6.5.1" "eslint": "^6.8.0"
} }
} }