Skip to content

Commit

Permalink
🎨 refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Apr 4, 2020
1 parent 0775b64 commit b4a2ad2
Show file tree
Hide file tree
Showing 3 changed files with 993 additions and 470 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"version": "npm run -s build",
"postversion": "git push && git push --tags",
"prewatch": "npm run -s clean",
"watch": "_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions .ts --watch --growl"
"watch": "_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions ts --watch --growl"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit b4a2ad2

Please sign in to comment.