This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tree-shake, fix CircleCI, switch to Koa (disabled), update packages.
- Loading branch information
Showing
6 changed files
with
187 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ [email protected] # JS minifier run for production mode | |
[email protected] # ECMAScript 5 compatibility for older browsers. | ||
[email protected] # Enable ECMAScript2015+ syntax in app code | ||
[email protected] # Server-side component of the `meteor shell` command | ||
dynamic-import | ||
less | ||
dynamic-import@0.1.0 # Runtime support for Meteor 1.5 dynamic import(...) syntax | ||
less@2.7.9 # Leaner CSS language |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
[email protected] | ||
[email protected] | ||
babel-compiler@6.19.3 | ||
babel-runtime@1.0.1 | ||
babel-compiler@6.20.0-beta.6 | ||
babel-runtime@1.1.0-beta.6 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
boilerplate-generator@1.1.1 | ||
boilerplate-generator@1.2.0-beta.6 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
ddp-common@1.2.8 | ||
ddp-common@1.3.0-beta.6 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
ecmascript@0.8.1 | ||
ecmascript-runtime@0.4.1 | ||
ecmascript-runtime-client@0.4.2 | ||
ecmascript-runtime-server@0.4.1 | ||
ecmascript@0.9.0-beta.6 | ||
ecmascript-runtime@0.5.0-beta.6 | ||
ecmascript-runtime-client@0.5.0-beta.6 | ||
ecmascript-runtime-server@0.5.0-beta.6 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
http@1.2.12 | ||
http@1.3.0-beta.6 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected].9 | ||
[email protected].10-beta.6 | ||
[email protected] | ||
[email protected] | ||
meteor@1.6.1 | ||
meteor@1.8.0-beta.6 | ||
[email protected] | ||
[email protected] | ||
minifier-js@2.1.0 | ||
minimongo@1.2.1 | ||
minifier-js@2.2.0-beta.6 | ||
minimongo@1.3.0-beta.6 | ||
[email protected] | ||
[email protected] | ||
modules@0.9.2 | ||
modules-runtime@0.8.0 | ||
modules@0.10.0-beta.6 | ||
modules-runtime@0.9.0-beta.6 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
@@ -56,16 +56,16 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
shell-server@0.2.3 | ||
shell-server@0.3.0-beta.6 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
standard-minifier-js@2.1.0 | ||
standard-minifier-js@2.2.0-beta.6 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
webapp@1.3.16 | ||
webapp@1.4.0-beta.6 | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.