Commit 001ba102 authored by Jeffrey Way's avatar Jeffrey Way

Adjust for Elixir move to npm

parent 95e93469
var elixir = require('./vendor/laravel/elixir/Elixir');
var elixir = require('laravel-elixir');
/*
|----------------------------------------------------------------
......
......@@ -5,8 +5,7 @@
"license": "MIT",
"type": "project",
"require": {
"laravel/framework": "~5.0",
"laravel/elixir": "~1.0"
"laravel/framework": "~5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment