Browse Source

Merge pull request #3082 from webpatser/develop

added private setting to package.json
Taylor Otwell 9 years ago
parent
commit
f5b4e2dc93
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": {
     "del": "^0.1.3",
     "gulp": "^3.8.8",