mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-02-01 16:47:23 +00:00
- Updated to the latest version of babel - Added the correct export of each of the services, their combined namespaces and the full initialized api - Added functionality to the Projects api and the Users api
13 lines
228 B
Plaintext
13 lines
228 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"targets": {
|
|
"node": "9.80"
|
|
}
|
|
}]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-export-default-from",
|
|
"@babel/plugin-proposal-export-namespace-from"
|
|
]
|
|
} |