Skip to content

Commit

Permalink
Merge pull request #370 from ninoseki/v0.70.0
Browse files Browse the repository at this point in the history
V0.70.0
  • Loading branch information
ninoseki authored Jan 19, 2020
2 parents ecceb44 + cf34af7 commit 8ad8093
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .mocharc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require:
- ts-node/register
- ignore-styles
extension:
- ts
spec:
- test/**/*.spec.ts
4 changes: 0 additions & 4 deletions mocha.opts

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mitaka",
"version": "0.69.0",
"version": "0.70.0",
"description": "A browser extension for searching IP, domain, URL, hash, etc. via the context menu.",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"build-zip": "node scripts/build-zip.js",
"watch": "npm run build -- --watch",
"watch:dev": "cross-env HMR=true npm run build:dev -- --watch",
"test": "nyc mocha --opts mocha.opts",
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"nyc": {
Expand Down

0 comments on commit 8ad8093

Please sign in to comment.