-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
239 additions
and
228 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
node_modules/ | ||
.idea | ||
.cache |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,20 +4,22 @@ | |
# 'meteor add' and 'meteor remove' will edit this file for you, | ||
# but you can also edit it by hand. | ||
|
||
meteor-base@1.3.0 # Packages every Meteor app needs to have | ||
mobile-experience@1.0.5 # Packages for a great mobile UX | ||
mongo@1.4.2 # The database Meteor supports right now | ||
meteor-base@1.5.1 # Packages every Meteor app needs to have | ||
mobile-experience@1.1.0 # Packages for a great mobile UX | ||
mongo@1.13.0 # The database Meteor supports right now | ||
[email protected] # Reactive variable for tracker | ||
tracker@1.1.3 # Meteor's client-side reactive programming library | ||
tracker@1.2.0 # Meteor's client-side reactive programming library | ||
|
||
standard-minifier-css@1.4.0 # CSS minifier run for production mode | ||
standard-minifier-js@2.3.1 # JS minifier run for production mode | ||
es5-shim@4.7.0 # ECMAScript 5 compatibility for older browsers. | ||
ecmascript@0.10.0 # Enable ECMAScript2015+ syntax in app code | ||
shell-server@0.3.1 # Server-side component of the `meteor shell` command | ||
standard-minifier-css@1.7.4 # CSS minifier run for production mode | ||
standard-minifier-js@2.7.1 # JS minifier run for production mode | ||
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers. | ||
ecmascript@0.16.0 # Enable ECMAScript2015+ syntax in app code | ||
shell-server@0.5.0 # Server-side component of the `meteor shell` command | ||
|
||
akryum:vue-component | ||
dynamic-import@0.3.0 | ||
dynamic-import@0.7.2 | ||
akryum:vue-router2 | ||
vuejs:blaze-integration | ||
blaze-html-templates | ||
underscore | ||
jquery |
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 +1 @@ | ||
METEOR@1.6.1 | ||
METEOR@2.5 |
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.