Comparing version 0.1.6 to 0.2.0
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "0.1.6", | ||
"version": "0.2.0", | ||
"homepage": "https://github.com/chbrown/academia", | ||
@@ -18,12 +18,17 @@ "repository": "git://github.com/chbrown/academia.git", | ||
"dependencies": { | ||
"lexing": "*" | ||
"chalk": "*", | ||
"lexing": "*", | ||
"yargs": "*" | ||
}, | ||
"devDependencies": { | ||
"mocha": "*", | ||
"typescript-declare": "*", | ||
"typescript": "*" | ||
"typescript": "*", | ||
"typescript-declare": "*" | ||
}, | ||
"scripts": { | ||
"test": "make test" | ||
}, | ||
"bin": { | ||
"academia": "bin/academia" | ||
} | ||
} |
@@ -247,1 +247,3 @@ // the original text from the paper (for debugging) | ||
} | ||
for paper in P14-1???.pdf.json; do academia link $paper > ${paper/.json/.linked.json}; done |
@@ -0,3 +1,6 @@ | ||
/// <reference path="DefinitelyTyped/chalk/chalk.d.ts" /> | ||
/// <reference path="DefinitelyTyped/mocha/mocha.d.ts" /> | ||
/// <reference path="DefinitelyTyped/node/node.d.ts" /> | ||
/// <reference path="DefinitelyTyped/yargs/yargs.d.ts" /> | ||
/// <reference path="../node_modules/lexing/lexing.d.ts" /> |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 2 instances 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
130557
2886
3
4
+ Addedchalk@*
+ Addedyargs@*
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@5.3.0(transitive)
+ Addedcliui@8.0.1(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedget-caller-file@2.0.5(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedrequire-directory@2.1.1(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
+ Addedy18n@5.0.8(transitive)
+ Addedyargs@17.7.2(transitive)
+ Addedyargs-parser@21.1.1(transitive)