Skip to content
Snippets Groups Projects
Unverified Commit 916acd32 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

meteor update to 1.4.2 on sandstorm scripts

parent aaaeab8f
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
``` ```
cd Rocket.Chat cd Rocket.Chat
vagrant-spk up && vagrant-spk dev vagrant-spk vm up && vagrant-spk dev
^C ^C
vagrant-spk pack ../rocketchat.spk && vagrant-spk publish ../rocketchat.spk && vagrant-spk halt vagrant-spk pack ../rocketchat.spk && vagrant-spk publish ../rocketchat.spk && vagrant-spk vm halt
``` ```
...@@ -88,16 +88,15 @@ const pkgdef :Spk.PackageDefinition = ( ...@@ -88,16 +88,15 @@ const pkgdef :Spk.PackageDefinition = (
# the app opens while running in dev mode. To see what that looks like, # the app opens while running in dev mode. To see what that looks like,
# run `spk init` without the -A option.) # run `spk init` without the -A option.)
bridgeConfig = ( bridgeConfig = (
viewInfo = ( viewInfo = (
eventTypes = [ eventTypes = [
(name = "message", verbPhrase = (defaultText = "sent message")), (name = "message", verbPhrase = (defaultText = "sent message")),
(name = "privateMessage", verbPhrase = (defaultText = "sent private message"), requiredPermission = (explicitList = void)), (name = "privateMessage", verbPhrase = (defaultText = "sent private message"), requiredPermission = (explicitList = void)),
] ]
), ),
saveIdentityCaps = true,
saveIdentityCaps = true, ),
),
); );
const myCommand :Spk.Manifest.Command = ( const myCommand :Spk.Manifest.Command = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment