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

Commit

Permalink
updated systemjs to 0.19.16
Browse files Browse the repository at this point in the history
  • Loading branch information
cristo-rabani committed Jan 18, 2016
1 parent ad98cb4 commit ef37b96
Show file tree
Hide file tree
Showing 3 changed files with 1,545 additions and 1,137 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 0.6

## 0.6.8
- Updated SystemJS to v0.19.16
- Added autoLoad function
- New Package `universe:modules-ecmascript`

### 0.6.2

- Cache performance improving by rewriting on Meteor Cache Compiler instead of Babel Cache
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'universe:modules',
version: '0.6.7',
version: '0.6.8',
summary: 'Use ES6 / ES2015 modules in Meteor with SystemJS!',
git: 'https://github.com/vazco/universe-modules',
documentation: 'README.md'
Expand All @@ -13,7 +13,7 @@ Package.registerBuildPlugin({
});

Package.onUse(function (api) {
api.versionsFrom('1.2.0.2');
api.versionsFrom('1.2.1');

// Write ES2015 code inside package itself
api.use('ecmascript');
Expand Down
Loading

0 comments on commit ef37b96

Please sign in to comment.