Skip to content

Commit 8a8b284

Browse files
fixed target package.json
1 parent 86271c0 commit 8a8b284

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ var platformOptions = {
9292

9393
module.exports = function(options) {
9494
var packagePath = `./${outputFolder}/survey-cw-${options.platform}`;
95+
9596
var packagePlatformJson = {
96-
'name': packagePath,
97+
'name': `survey-cw-${options.platform}`,
9798
'version': packageJson.version,
9899
'description': 'Custom widgets for the SurveyJS library',
99100
'keywords': [

0 commit comments

Comments
 (0)