Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update package.json
  • Loading branch information
ateuhh authored Oct 24, 2019
commit a94909c4685f087cd7d74b75c69290eae65181fc
2 changes: 1 addition & 1 deletion samples/client/petstore/javascript-es6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "babel src -d dist",
"prepack": "npm run build",
"test": "mocha --compilers js:@babel/register --recursive"
"test": "mocha --require js:@babel/register --recursive"
},
"browser": {
"fs": false
Expand Down