Selaa lähdekoodia

Merge pull request #2 from PaulFreund/master

Fixed dependencies and identation
Felix Hufnagel 12 vuotta sitten
vanhempi
sitoutus
8077351012
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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"
 	}
 }