Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
fix upstream issue causing RIS files exported by jabref to fail. #409
Browse files Browse the repository at this point in the history
  • Loading branch information
dsifford committed Jan 13, 2018
1 parent 1752025 commit 0b89198
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
40 changes: 24 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@
"tslint-config-prettier": "^1.6.0",
"tslint-microsoft-contrib": "^5.0.1",
"tslint-react": "^3.4.0",
"uglify-es": "^3.3.5",
"uglify-es": "^3.3.6",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0",
"whatwg-fetch": "^2.0.3"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.37",
"astrocite": "^0.9.4",
"astrocite": "^0.10.0",
"citeproc": "^2.1.183",
"common-tags": "^1.7.2",
"focus-trap-react": "^3.1.1",
Expand Down
1 change: 0 additions & 1 deletion src/js/core/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export class Processor {
* required by the CSL.Engine
*
* @param locale The locale string from this.locales (handled in constructor)
* @return Promise that resolves to a Citeproc.SystemObj
*/
private async generateSys(locale: string): Promise<Citeproc.SystemObj> {
// "primes the pump" since citeproc currently runs synchronously
Expand Down

0 comments on commit 0b89198

Please sign in to comment.