Skip to content

Commit

Permalink
fix(npm): npm releaser was missing name
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 4, 2018
1 parent 6d74193 commit a2ed47b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maintain/release/npm.py
Expand Up @@ -9,6 +9,8 @@


class NPMReleaser(Releaser):
name = 'npm'

@classmethod
def detect(cls):
return os.path.exists('package.json')
Expand Down

0 comments on commit a2ed47b

Please sign in to comment.