Adjust for Elixir move to npm

This commit is contained in:
Jeffrey Way
2014-10-14 14:37:39 -04:00
parent 95e934698f
commit 001ba10296
3 changed files with 6 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
var elixir = require('./vendor/laravel/elixir/Elixir');
var elixir = require('laravel-elixir');
/*
|----------------------------------------------------------------