Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "adts", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Abstract Data Types in TypeScript", | ||
@@ -15,7 +15,7 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git://github.com/chbrown/adts.git" | ||
"url": "https://github.com/chbrown/adts.git" | ||
}, | ||
"bugs": { | ||
"email": "Christopher Brown <io@henrian.com>", | ||
"url": "http://github.com/chbrown/adts/issues" | ||
"url": "https://github.com/chbrown/adts/issues" | ||
}, | ||
@@ -25,8 +25,9 @@ "license": "MIT", | ||
"devDependencies": { | ||
"TypeScript": "*", | ||
"babel-core": "^5.0.0", | ||
"typescript": "*", | ||
"mocha": "*" | ||
}, | ||
"scripts": { | ||
"test": "mocha test" | ||
"test": "make test" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9
867
34978
3