Skip to content

Commit

Permalink
fix: Failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Apr 24, 2020
1 parent f55b712 commit 3f31953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/daf-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"daf": "bin/daf.js"
},
"scripts": {
"postinstall": "node build/postinstall.js",
"postinstall": "node scripts/postinstall",
"build": "tsc",
"watch": "tsc -b --watch"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fs = require('fs')
import { SecretBox } from 'daf-libsodium'
const { SecretBox } = require('daf-libsodium')

const defaultPath = process.env.HOME + '/.daf/'
const envFile = defaultPath + '.env'
Expand Down

0 comments on commit 3f31953

Please sign in to comment.