Added a Sales Sheet page along with other changes.
This commit is contained in:
@@ -13,17 +13,17 @@ reactive-dict@1.1.8 # ???
|
||||
jquery@1.11.10 # Helpful client-side library
|
||||
tracker@1.1.1 # Meteor's client-side reactive programming library
|
||||
tomwasd:history-polyfill # Adds IE 8/9 support for HTML5 history.
|
||||
email # Adds the Meteor/Email package for sending lost password emails
|
||||
email@1.1.18 # Adds the Meteor/Email package for sending lost password emails
|
||||
|
||||
standard-minifier-css@1.3.2 # CSS minifier run for production mode
|
||||
standard-minifier-js@1.2.1 # JS minifier run for production mode
|
||||
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers.
|
||||
poorvavyas:es6-shim
|
||||
ecmascript # Enable ECMAScript2015+ syntax in app code
|
||||
ecmascript@0.6.1 # Enable ECMAScript2015+ syntax in app code
|
||||
|
||||
#accounts-ui
|
||||
#accounts-base
|
||||
accounts-password
|
||||
accounts-password@1.3.3
|
||||
useraccounts:core
|
||||
useraccounts:bootstrap
|
||||
useraccounts:flow-routing # Configures email flows. Used for AccountsTemplates class.
|
||||
@@ -34,18 +34,18 @@ arillo:flow-router-helpers # Provides various template helpers such as {{pathFo
|
||||
#tomwasd:flow-router-seo
|
||||
kadira:blaze-layout
|
||||
|
||||
shell-server # ???
|
||||
shell-server@0.2.1 # ???
|
||||
meteortoys:allthings
|
||||
stylus
|
||||
session
|
||||
stylus@2.513.8
|
||||
session@1.1.7
|
||||
##browser-policy # Adds support for specifying browser level security rules related to content and what's allowed to laod on the page.
|
||||
check # Allows for checking the structure and types of arguments passed to Meteor methods and publications.
|
||||
check@1.2.4 # Allows for checking the structure and types of arguments passed to Meteor methods and publications.
|
||||
#audit-argument-checks # Used in combination with the Check package for checking the structure and types of arguments passed to Meteor methods and publications. Automatically alerts when a method or publication does not use a check() call.
|
||||
|
||||
aldeed:simple-schema@1.5.3
|
||||
aldeed:collection2@2.10.0
|
||||
matb33:collection-hooks # Allows the collections to register handlers that run before or after database interactions.
|
||||
zimme:collection-softremovable
|
||||
#matb33:collection-hooks # Allows the collections to register handlers that run before or after database interactions.
|
||||
#zimme:collection-softremovable
|
||||
|
||||
#aldeed:autoform@5.8.1
|
||||
#aldeed:collection2-core@2.0.0
|
||||
|
||||
@@ -1 +1 @@
|
||||
METEOR@1.4.2.3
|
||||
METEOR@1.4.2.7
|
||||
|
||||
@@ -52,7 +52,6 @@ launch-screen@1.0.12
|
||||
livedata@1.0.18
|
||||
localstorage@1.0.12
|
||||
logging@1.1.16
|
||||
matb33:collection-hooks@0.8.4
|
||||
mdg:validation-error@0.2.0
|
||||
meteor@1.6.0
|
||||
meteor-base@1.0.4
|
||||
@@ -127,5 +126,3 @@ useraccounts:flow-routing@1.14.2
|
||||
webapp@1.3.12
|
||||
webapp-hashing@1.0.9
|
||||
zimme:active-route@2.3.2
|
||||
zimme:collection-behaviours@1.0.4
|
||||
zimme:collection-softremovable@1.0.5
|
||||
|
||||
Reference in New Issue
Block a user