Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
Update dist typings with a main module
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jun 2, 2016
1 parent 2918297 commit d29a8e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Gruntfile.js
@@ -1,3 +1,9 @@
module.exports = function (grunt) {
require('grunt-dojo2').initConfig(grunt);
require('grunt-dojo2').initConfig(grunt, {
dtsGenerator: {
options: {
main: 'dojo-actions/main'
}
}
});
};

0 comments on commit d29a8e3

Please sign in to comment.