mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
minor fixes
This commit is contained in:
parent
36fdd79b6a
commit
38ebd6111d
2 changed files with 1 additions and 2 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -19,7 +19,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
|
||||
config.vm.define "default" do |default|
|
||||
default.vm.provision "shell", path: "scripts/vagrant/core/provision.sh", privileged: false
|
||||
|
||||
end
|
||||
|
||||
config.vm.define "brunchv2", autostart: false do |brunchv2|
|
||||
|
|
|
@ -100,9 +100,9 @@
|
|||
"coffeelint-brunch": "^1.7.1",
|
||||
"commonjs-require-definition": "0.2.0",
|
||||
"compressible": "~1.0.1",
|
||||
"css-brunch": "^1.7.0",
|
||||
"country-data": "0.0.24",
|
||||
"country-list": "0.0.3",
|
||||
"css-brunch": "^1.7.0",
|
||||
"fs-extra": "^0.26.2",
|
||||
"http-proxy": "^1.13.2",
|
||||
"jade-brunch": "1.7.5",
|
||||
|
|
Loading…
Reference in a new issue