Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: export platform and arch types
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 10, 2018
1 parent 1930702 commit 471ba1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import {CLIError, error, exit, warn} from '@oclif/errors'
import * as Lodash from 'lodash'
import * as os from 'os'
import * as path from 'path'
import {format} from 'util'
import {URL} from 'url'
import {format} from 'util'

import {Command} from './command'
import Debug from './debug'
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// tslint:disable no-implicit-dependencies
try { require('fs-extra-debug') } catch {}

export {IConfig, Config, Options, load, LoadOptions} from './config'
export {IConfig, Config, Options, load, LoadOptions, PlatformTypes, ArchTypes} from './config'
export {Command} from './command'
export {Hook, Hooks} from './hooks'
export {Manifest} from './manifest'
Expand Down

0 comments on commit 471ba1a

Please sign in to comment.