Skip to content

Commit

Permalink
updating gruntfile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
adl-trey committed Feb 6, 2020
1 parent 7707e6e commit 43d8e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = function(grunt) {
}
},
'exec': {
docs: './node_modules/doxstrap/bin/doxstrap.js --source "src/xapiwrapper.js:src/xapistatement.js" --title "xAPIWrapper <%= pkg.version %> Reference" --layout "bs-sidebar.html" --no-sort --output doc'
docs: 'node ./node_modules/doxstrap/bin/doxstrap.js --title "xAPIWrapper <%= pkg.version %> Reference" --layout "bs-sidebar.html" --no-sort --output doc'
}
});

Expand Down

0 comments on commit 43d8e8c

Please sign in to comment.