Skip to content

Commit

Permalink
readme: add list of dependencies (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae authored Jun 19, 2023
1 parent 4eef873 commit e9b977d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ To upload the script to a wiki, use `scripts/upload.py`. Detailed instructions a

New versions of the script can be released through `scripts/release.py`, which automatically updates version history, inline version constants, `package.json`, etc.

### Dependencies
Below is a list of dependencies and what they are involved with, so you know what to test when updating dependencies.

* Regular
* hogan.js - HTML template framework. Creates code that ends up on-wiki.
* Dev Only
* eslint - Used by CI and code editor
* grunt - Used by CI and `npm start`
* jest-cli - Used by CI and unit tests
* jquery - Used by CI and unit tests

### Version history
* 0.9.1 Imperial Ibex (05 December 2018)
* 0.9 Hatted Hamster (8 November 2014)
Expand Down

0 comments on commit e9b977d

Please sign in to comment.