Skip to content

Commit 977e4fe

Browse files
committed
Good, good. Let the hate flow through you.
1 parent 6c40ddb commit 977e4fe

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.core/reactium-config.js

+6
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

+3
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)