Skip to content

Commit

Permalink
Fix error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 22, 2018
1 parent 8c16db8 commit 6edfce5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 71 deletions.
68 changes: 0 additions & 68 deletions Gruntfile.coffee

This file was deleted.

4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ module.exports = function (grunt) {
},
nodemon: {
dev: {
script: 'sever.js',
script: 'server.js',
options: {
args: ['dev'],
nodeArgs: ['--inspect'],
// nodeArgs: ['--inspect'],
callback: function (nodemon) {
return nodemon.on('log', function (event) {
return console.log(event.colour);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "websocket APIs simple package",
"main": "lib/websocket.js",
"scripts": {
"start": "grunt --inspect"
"start": "grunt"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6edfce5

Please sign in to comment.