Skip to content

Commit

Permalink
🐛 Fix to use module.exports
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed May 7, 2019
1 parent 35e12d4 commit 06950b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preset/node/index.ts
Expand Up @@ -59,7 +59,7 @@ const readme = (name: string) => trimInlineTemplate`
> This project was set up by [puggle](https://npm.im/puggle)
`

export class RobbJNodePreset implements Preset {
module.exports = class RobbJNodePreset implements Preset {
title = 'robb-j:node'
version = '0.0.0'

Expand Down

0 comments on commit 06950b8

Please sign in to comment.