We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c40ddb commit 977e4feCopy full SHA for 977e4fe
.core/reactium-config.js
@@ -397,6 +397,12 @@ module.exports = {
397
destination: '/src/app/api/domain.js',
398
source: '/tmp/update/src/app/api/domain.js',
399
},
400
+ {
401
+ overwrite: false,
402
+ version: '>=3.4.2',
403
+ destination: '/.npmrc',
404
+ source: '/tmp/update/.npmrc',
405
+ },
406
],
407
remove: [],
408
.npmrc
@@ -0,0 +1,3 @@
1
+audit = false
2
+fund = false
3
+loglevel = error
0 commit comments