Skip to content
This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Commit f29acde

Browse files
author
Walker Leite
committed
fix moduleName errors
1 parent b44699a commit f29acde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/poi.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ module.exports = {
1717
frameworks: ['mocha', 'chai', 'phantomjs-shim'],
1818
})
1919
],
20-
moduleName: {{ camelcase name }}
20+
moduleName: '{{ camelcase name }}'
2121
};

0 commit comments

Comments
 (0)