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|
|
config.vm.define "default" do |default|
|
||||||
default.vm.provision "shell", path: "scripts/vagrant/core/provision.sh", privileged: false
|
default.vm.provision "shell", path: "scripts/vagrant/core/provision.sh", privileged: false
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
config.vm.define "brunchv2", autostart: false do |brunchv2|
|
config.vm.define "brunchv2", autostart: false do |brunchv2|
|
||||||
|
|
|
@ -100,9 +100,9 @@
|
||||||
"coffeelint-brunch": "^1.7.1",
|
"coffeelint-brunch": "^1.7.1",
|
||||||
"commonjs-require-definition": "0.2.0",
|
"commonjs-require-definition": "0.2.0",
|
||||||
"compressible": "~1.0.1",
|
"compressible": "~1.0.1",
|
||||||
"css-brunch": "^1.7.0",
|
|
||||||
"country-data": "0.0.24",
|
"country-data": "0.0.24",
|
||||||
"country-list": "0.0.3",
|
"country-list": "0.0.3",
|
||||||
|
"css-brunch": "^1.7.0",
|
||||||
"fs-extra": "^0.26.2",
|
"fs-extra": "^0.26.2",
|
||||||
"http-proxy": "^1.13.2",
|
"http-proxy": "^1.13.2",
|
||||||
"jade-brunch": "1.7.5",
|
"jade-brunch": "1.7.5",
|
||||||
|
|
Reference in a new issue