Skip to content

Commit

Permalink
fix: add the correct version of Ace to the report
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Oct 4, 2017
1 parent e3215ff commit 7b855df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/report/report-builders.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@

'use strict';

const pkg = require('../../package');

// static
const ACE_DESCRIPTION = {
'@type': 'earl:software',
'doap:name': 'DAISY Ace',
'doap:description': 'DAISY Accessibility Checker for EPUB',
'doap:homepage': 'http://ace.daisy.org',
'doap:created': '2017-07-01',
'doap:release': { 'doap:revision': 'v0.2.0' },
'doap:release': { 'doap:revision': pkg.version },
};

function calculateResult(assertions) {
Expand Down

0 comments on commit 7b855df

Please sign in to comment.