larsgw / citation.js

Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.
https://citation.js.org/
MIT License
222 stars 30 forks source link

added amd compatible build #170

Closed iuriikyian closed 3 years ago

iuriikyian commented 5 years ago

[input] Added commands to create AMD compatible build: dist:amd dist:amd-debug dist:minify-amd [output] It allows to use citation library alongside with AMD modules by removing conflict with globally defined require() function.

codecov[bot] commented 5 years ago

Codecov Report

Merging #170 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #170   +/-   ##
=======================================
  Coverage   90.96%   90.96%           
=======================================
  Files          75       75           
  Lines        1239     1239           
=======================================
  Hits         1127     1127           
  Misses        112      112

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0b0dea7...fe5d637. Read the comment docs.

larsgw commented 5 years ago

Hi! First of all, thank you for your PR! I'm currently working on changing some things in the repository regarding tooling and project setup, so I'll review (and rebase) this later, if that's okay with you.