Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 7, 2015
1 parent 027456b commit 347b034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1322,9 +1322,10 @@ Where `core.date` and `web.console` are module names, `library` is flag for buil
* `es7` is equal `es7.proposals,es7.abstract-refs`
* `core` is equal `core.global,core.$for,core.delay,core.dict,core.binding,core.array,core.object,core.number,core.string,core.date,core.log`
#### Default builds:
* `core-js/index` builds as `shim.modern,core`
* `core-js/shim` builds as `shim.modern`
* `core-js/library` builds as `shim,core,library`
* `core-js/library` builds as `shim.modern,core,library`
* `core-js/client/core` builds as `shim,core`
* `core-js/client/shim` builds as `shim`
* `core-js/client/library` builds as `shim,core,library`
Expand Down

0 comments on commit 347b034

Please sign in to comment.