Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
fix: oclif v1.12.1
Browse files Browse the repository at this point in the history
## [1.12.1](oclif/oclif@v1.12.0...v1.12.1) (2018-09-15)

### Bug Fixes

* source-map-register is not needed ([dfd3170](oclif/oclif@dfd3170))
  • Loading branch information
oclif-bot committed Sep 15, 2018
1 parent 43b70f4 commit b9dd1d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ $ npm install -g @oclif/example-multi-ts
$ example-multi-ts COMMAND
running command...
$ example-multi-ts (-v|--version|version)
@oclif/example-multi-ts/1.10.7 darwin-x64 node-v10.10.0
@oclif/example-multi-ts/1.10.7 linux-x64 node-v10.10.0
$ example-multi-ts --help [COMMAND]
USAGE
$ example-multi-ts COMMAND
Expand Down
1 change: 0 additions & 1 deletion test/mocha.opts
@@ -1,5 +1,4 @@
--require ts-node/register
--require source-map-support/register
--watch-extensions ts
--recursive
--reporter spec
Expand Down

0 comments on commit b9dd1d1

Please sign in to comment.