Skip to content

Commit 0e0aea6

Browse files
committed
Core update.
1 parent 47d2bc2 commit 0e0aea6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.core/reactium-config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,12 @@ module.exports = {
397397
destination: '/src/app/api/domain.js',
398398
source: '/tmp/update/src/app/api/domain.js',
399399
},
400+
{
401+
overwrite: false,
402+
version: '>=3.4.2',
403+
destination: '/.npmrc',
404+
source: '/tmp/update/.npmrc',
405+
},
400406
],
401407
remove: [],
402408
},

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
audit = false
2+
fund = false
3+
loglevel = error

0 commit comments

Comments
 (0)