primate 0.31.6 → 0.31.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/app.js +1 -1
package/package.json
CHANGED
package/src/app.js
CHANGED
|
@@ -114,7 +114,7 @@ export default async (log, root, config) => {
|
|
|
114
114
|
const target = await target_base.join(filename.debase(directory));
|
|
115
115
|
await target.directory.create();
|
|
116
116
|
regexs.some(regex => regex.test(debased))
|
|
117
|
-
|
|
117
|
+
&& target.write(mapper(await path.text()));
|
|
118
118
|
}));
|
|
119
119
|
},
|
|
120
120
|
async compile(component) {
|