Redeclare process/global as strings

This commit is contained in:
Kevin Sawicki 2017-01-30 09:58:44 -08:00
parent 4e5b8ac3ee
commit e99b1709d9
3 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
const global = {__global: true}
const global = 'declared global'
module.exports = global