Skip to content

Commit

Permalink
Merge pull request #301 from wong2/ts-declaration-zone
Browse files Browse the repository at this point in the history
Fix ConfigOptions.zone type
  • Loading branch information
jemygraw authored Jun 11, 2018
2 parents 20a2d63 + 6af6139 commit 5464404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- '4'
- '6'
- '8'
before_script:
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export declare namespace conf {
/**
* @default null
*/
zone?: 'huadong' | 'huabei' | 'huanan' | 'beimei';
zone?: Zone,

/**
* @default -1
Expand Down

0 comments on commit 5464404

Please sign in to comment.