mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
Matthias Kretschmann
81ef5978b8
* new command: npm run doc, for generating the API.md file * new command: npm run dev, for live watching webpack * JSdoc: make all methods public by default, selectively make some private * JSdoc: organize all methods under their class * linting fixes * package updates
11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
{
|
|
"presets": [
|
|
"env"
|
|
],
|
|
"plugins": [
|
|
"transform-export-extensions",
|
|
"transform-object-assign",
|
|
"transform-object-rest-spread"
|
|
],
|
|
"sourceMaps": true
|
|
} |