Commit Graph

10 Commits

Author SHA1 Message Date
getlarge abaa40b269
fix: run lint
Signed-off-by: getlarge <ed@getlarge.eu>
2021-03-10 08:49:10 +01:00
getlarge 597ac56f1f
fix: update polyfills path
Signed-off-by: getlarge <ed@getlarge.eu>
2021-03-10 08:48:57 +01:00
Troy McConaghy 54dfcf637f Add SPDX license info strings to all source files 2018-08-10 12:49:26 +02:00
Arjun Nemani a3be6c63a6 Fix sanitize array filter
The code for filtering with array has a small mistake,
where it checks if the "key" of the object is included in
the filter array instead of the "value" at that key.

Part of https://github.com/bigchaindb/js-bigchaindb-driver/issue/220
2018-07-19 21:23:57 +05:30
Matthias Kretschmann 81ef5978b8
API docs & dev updates
* 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
2018-05-14 17:14:40 +02:00
michielmulders d284ced256 Tried to change permissions of all files to 664 2017-09-22 10:15:02 +02:00
michielmulders dfaf97e5ce Basic usage examples added, not completed 2017-09-22 10:14:24 +02:00
vrde 2fd3fcf8ce Fix eslint errors 2017-09-22 10:14:22 +02:00
Matthias Kretschmann 90cfaf1103
lint all the things 2017-06-12 16:57:29 +02:00
Matthias Kretschmann e595bf812a ignore yarn.lock 2017-04-26 15:58:19 +02:00