Merge pull request #3245 from webpatser/hotfix/npm-warning

Get rid of npm warning: "npm WARN package.json @ No repository field."
This commit is contained in:
Taylor Otwell 2015-02-22 19:54:21 -06:00
commit 4e444b0820
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{ {
"private": true,
"devDependencies": { "devDependencies": {
"gulp": "^3.8.8", "gulp": "^3.8.8",
"laravel-elixir": "*" "laravel-elixir": "*"