Skip to content

Commit

Permalink
chore: fix package.json config for #8322
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 11, 2019
1 parent 284b44d commit 2753e1c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Expand Up @@ -89,6 +89,14 @@
},
"homepage": "https://mongoosejs.com",
"browser": "./browser.js",
"mocha": {
"extension": [
"test.js"
],
"watch-files": [
"test/**/*.js"
]
},
"eslintConfig": {
"extends": [
"eslint:recommended"
Expand Down Expand Up @@ -142,10 +150,6 @@
"message": "Don't use Mocha's global context"
}
]
},
"mocha": {
"extension": ["test.js"],
"watch-files": ["test/**/*.js"]
}
}
}

0 comments on commit 2753e1c

Please sign in to comment.