v0.9.x ! Try S3 again?

This commit is contained in:
Mark Nadal
2017-11-18 20:33:15 -08:00
parent c987e42820
commit 95280b89f8
15 changed files with 66 additions and 295 deletions

View File

@@ -191,6 +191,4 @@ Gun.log.once("welcome", "Hello wonderful person! :) Thanks for using GUN, feel f
if(typeof window !== "undefined"){ window.Gun = Gun }
if(typeof common !== "undefined"){ common.exports = Gun }
module.exports = Gun;
Gun.log.once("0.8", "0.8 WARNING! Breaking changes, test that your app works before upgrading! The adapter interface has been upgraded (non-default storage and transport layers probably won't work). Also, `.path()` and `.not()` are outside core and now in 'lib/'.");