Skip to content

Commit

Permalink
[javascript] Mark "fs" package as absent in browser in package.mustache
Browse files Browse the repository at this point in the history
  • Loading branch information
kemurphy committed Jun 4, 2017
1 parent 034fc44 commit 34e216c
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.5.2"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.2.3-SNAPSHOT
3 changes: 3 additions & 0 deletions samples/client/petstore-security-test/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.5.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
*
* Swagger Codegen version: 2.2.3-SNAPSHOT
*
* Do not edit the class manually.
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
*
* Swagger Codegen version: 2.2.3-SNAPSHOT
*
* Do not edit the class manually.
*
*/
Expand Down
3 changes: 3 additions & 0 deletions samples/client/petstore-security-test/javascript/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
*
* Swagger Codegen version: 2.2.3-SNAPSHOT
*
* Do not edit the class manually.
*
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
*
* Swagger Codegen version: 2.2.3-SNAPSHOT
*
* Do not edit the class manually.
*
*/
Expand Down
3 changes: 3 additions & 0 deletions samples/client/petstore/javascript-es6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.5.2"
},
Expand Down
3 changes: 3 additions & 0 deletions samples/client/petstore/javascript-promise-es6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.5.2"
},
Expand Down
3 changes: 3 additions & 0 deletions samples/client/petstore/javascript-promise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.5.2"
},
Expand Down
3 changes: 3 additions & 0 deletions samples/client/petstore/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.5.2"
},
Expand Down

0 comments on commit 34e216c

Please sign in to comment.