Browse Source

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

Get rid of npm warning: "npm WARN package.json @ No repository field."
Taylor Otwell 9 years ago
parent
commit
4e444b0820
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package.json

+ 1 - 0
package.json

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