Skip to content

Commit fb1d072

Browse files
committed
remove fake package
1 parent 4698aa5 commit fb1d072

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npmPackage/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict';
22

33
if (process.env.NODE_ENV === 'production') {
4+
// NOTE: CHANGE TO PRODUCTION WHEN WE HAVE THAT FINAL FILE
45
module.exports = require('./development.js');
56
} else {
67
module.exports = require('./development.js');

0 commit comments

Comments
 (0)