[javascript] Mark "fs" package as absent in browser in package.mustache (#5768)

This commit is contained in:
Kevin Murphy 2017-06-06 02:09:50 -07:00 committed by wing328
parent 9b93d3363f
commit 6239ec0807
7 changed files with 21 additions and 0 deletions

View File

@ -7,6 +7,9 @@
"scripts": {
"test": "mocha --compilers js:babel-core/register --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",

View File

@ -7,6 +7,9 @@
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.5.2"
},

View File

@ -7,6 +7,9 @@
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.5.2"
},

View File

@ -7,6 +7,9 @@
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.5.2"
},

View File

@ -7,6 +7,9 @@
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.5.2"
},

View File

@ -7,6 +7,9 @@
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.5.2"
},

View File

@ -7,6 +7,9 @@
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.5.2"
},