Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion authored Oct 5, 2017
1 parent 96c677f commit b122e32
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@ Runs tests using [Karma](https://karma-runner.github.io) defaulting to Chrome St
The ability to use OBT via it's programmatic API has been removed, if you were using OBT via `gulp`, you will need to migrate to the commandline version of OBT.
OBT has removed the ability to configure the way it installs/builds/verifies code, this is to ensure that systems built with OBT follows the Origami specifcation and conventions.

OBT no longer turns ES6 modules which have a default export into conventional CommonJS modules. If requiring an ES6 module and wanting to use the default exported property, you will need to access it explicity, like so:

```diff
-const util = require('es6-module-with-default-export');
+const util = require('es6-module-with-default-export').default;
```

### Migrating from 5.X.X to 6.X.X

Expand Down

0 comments on commit b122e32

Please sign in to comment.