Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 86ce8c6

Browse files
committed
chore(bower): keep the pervious file path in the dist bower.json
1 parent a97f9a4 commit 86ce8c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

publish.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ module.exports = function() {
2929
inlineJS : fs.readFileSync(__dirname + '/demo/demo.js'),
3030
css: css_dependencies.map(putThemInVendorDir).concat(['demo/demo.css']),
3131
js : js_dependencies.map(putThemInVendorDir).concat(['dist/ui-ace.min.js']),
32-
tocopy : css_dependencies.concat(js_dependencies)
32+
tocopy : css_dependencies.concat(js_dependencies),
33+
34+
bowerData : { main: './ui-ace.js'}
3335
};
3436
};

0 commit comments

Comments
 (0)