infinitered / gluegun

A delightful toolkit for building TypeScript-powered command-line apps.
MIT License
2.95k stars 147 forks source link

fix(cli): remove leading space in ES import #716

Closed caroso1222 closed 4 years ago

caroso1222 commented 4 years ago

Before

  import { GluegunToolbox } from 'gluegun'

module.exports = {

After

import { GluegunToolbox } from 'gluegun'

module.exports = {
caroso1222 commented 4 years ago

Failing job is apparently not related to the PR code.

jamonholmgren commented 4 years ago

Thank you @caroso1222 ! I appreciate you helping out on Gluegun. 💜

infinitered-circleci commented 4 years ago

:tada: This PR is included in version 4.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: