update to new standards

This commit is contained in:
2017-01-15 22:30:33 +01:00
parent dfd7edd330
commit c8d2cfd4ce
15 changed files with 112 additions and 25 deletions

View File

@ -6,15 +6,15 @@ let rawacme = require('rawacme') // acme helper functions
let nodeForge = require('node-forge')
// push.rocks modules here
import * as dnsly from 'dnsly'
import * as smartfile from 'smartfile'
import * as smartstring from 'smartstring'
import * as paths from './smartacme.paths'
export {
dnsly,
rsaKeygen,
rawacme,
nodeForge,
smartfile,
smartstring,
paths
smartstring
}