Răsfoiți Sursa

Merge pull request #2 from PaulFreund/master

Fixed dependencies and identation
Felix Hufnagel 12 ani în urmă
părinte
comite
8077351012
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -6,8 +6,9 @@
 	"authors": ["Felix 'Zoadian' Hufnagel"],
 	
 	"targetPath": "bin",
-    "targetType": "library",
+	"targetType": "library",
 	
 	"dependencies": {
+		"derelict-util" : "~master"
 	}
 }