소스 검색

Merge pull request #2 from PaulFreund/master

Fixed dependencies and identation
Felix Hufnagel 12 년 전
부모
커밋
8077351012
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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"
 	}
 }