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

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 18, 2015
1 parent 1e46a3d commit fa7037b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ To make a bundle that is independent of the SystemJS loader entirely, we can mak
builder.buildSFX('myModule', 'outfile.js', options);
```

This bundle file can then be included with a `<script>` tag, and no other dependencies (apart from Traceur runtime if needed) would need to be included in the page.
This bundle file can then be included with a `<script>` tag, and no other dependencies (apart from Traceur or Babel runtime if needed) would need to be included in the page.

SFX bundles do not support custom exclusions and inclusions as there is no loader registry.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "systemjs-builder",
"version": "0.8.2",
"version": "0.9.0",
"description": "SystemJS Build Tool ===",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit fa7037b

Please sign in to comment.