Added a search for Chromebook usage after a specific date. Removed references to the schema code which was not working. Ran into a deployment issue that requires I manually run sudo npm run install from the bundle/programs/server folder after deploying.
This commit is contained in:
@@ -18,8 +18,8 @@ ecmascript@0.16.2 # Enable ECMAScript2015+ syntax in app code
|
||||
typescript@4.5.4 # Enable TypeScript syntax in .ts and .tsx modules
|
||||
shell-server@0.5.0 # Server-side component of the `meteor shell` command
|
||||
|
||||
aldeed:collection2 # Attaches a schema to a collection
|
||||
aldeed:schema-index # Allows the schema to specify fields to be indexed
|
||||
#aldeed:collection2 # Attaches a schema to a collection
|
||||
#aldeed:schema-index # Allows the schema to specify fields to be indexed
|
||||
|
||||
svelte:compiler
|
||||
#static-html@1.3.2
|
||||
|
||||
@@ -5,11 +5,6 @@ accounts-password@2.3.1
|
||||
accounts-ui@1.4.2
|
||||
accounts-ui-unstyled@1.7.0
|
||||
alanning:roles@3.4.0
|
||||
aldeed:collection2@2.10.0
|
||||
aldeed:collection2-core@1.2.0
|
||||
aldeed:schema-deny@1.1.0
|
||||
aldeed:schema-index@1.1.1
|
||||
aldeed:simple-schema@1.5.4
|
||||
allow-deny@1.1.1
|
||||
autoupdate@1.8.0
|
||||
babel-compiler@7.9.0
|
||||
@@ -52,7 +47,6 @@ launch-screen@1.3.0
|
||||
less@4.0.0
|
||||
localstorage@1.2.0
|
||||
logging@1.3.1
|
||||
mdg:validation-error@0.2.0
|
||||
meteor@1.10.0
|
||||
meteor-base@1.5.1
|
||||
meteortesting:browser-tests@1.3.5
|
||||
@@ -78,7 +72,6 @@ oauth2@1.3.1
|
||||
observe-sequence@1.0.20
|
||||
ordered-dict@1.1.0
|
||||
promise@0.12.0
|
||||
raix:eventemitter@0.1.3
|
||||
random@1.2.0
|
||||
rate-limit@1.0.9
|
||||
rdb:svelte-meteor-data@1.0.0
|
||||
|
||||
Reference in New Issue
Block a user