Skip to content

Commit

Permalink
Update nb.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaauw committed May 20, 2023
1 parent 92a5c1a commit c825b1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/nb.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
'use strict'

const { NbTool } = require('hb-nb-tools')
const pkgJson = require('../package.json')

new NbTool(require('../package.json')).main()
new NbTool(pkgJson).main()

0 comments on commit c825b1c

Please sign in to comment.