Skip to content

Commit 4e05286

Browse files
committed
fix: fix library name not being written to react-native.config.js
fixes #299 fixes #300 fixes #302
1 parent cf3f675 commit 4e05286

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
const path = require('path');
22

3-
module.exports = {<% if (project.native) { %>
3+
module.exports = {
44
dependencies: {
5-
'<% project.slug -%>': {
5+
'<%- project.slug -%>': {
66
root: path.join(__dirname, '..'),
77
},
88
},
9-
<% } -%>
109
};

0 commit comments

Comments
 (0)