Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit 1f5a165

Browse files
authored
Merge pull request #96 from orbitdb/fix/update-packages
Update packages and dist build
2 parents c7079dd + d4afb56 commit 1f5a165

File tree

5 files changed

+1135
-593
lines changed

5 files changed

+1135
-593
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clean:
1717
rm -rf node_modules/
1818

1919
clean-dependencies: clean
20-
rm -f package-lock.json;
20+
rm -f package-lock.json
2121

2222
rebuild: | clean-dependencies build
2323

dist/orbit-db-identity-provider.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/orbit-db-identity-provider.min.js.LICENSE.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/*!
2-
* Determine if an object is a Buffer
3-
*
4-
* @author Feross Aboukhadijeh <https://feross.org>
5-
* @license MIT
6-
*/
7-
81
/*!
92
* The buffer module from node.js, for the browser.
103
*

0 commit comments

Comments
 (0)