Add "use strict" pragma to JS files

This commit is contained in:
Christian Bundy
2019-07-28 13:49:01 -07:00
parent 6b67754f7c
commit 6f37644556
24 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,4 @@
'use strict'
const ssbClient = require('ssb-client')
const secretStack = require('secret-stack')
const ssbConfig = require('ssb-config')