Browse Source

added private setting to package.json so buildservers wont fail on npm warning

Christoph Kempen 9 years ago
parent
commit
6a8fd616d8
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",