Skip to content

Commit

Permalink
Remove done-serve
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenlehara authored Jul 3, 2018
1 parent 74df75d commit a38f5b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
"detect-cycle": "detect-cyclic-packages"
},
"main": "can-view-target",
"keywords": [
Expand All @@ -38,7 +38,6 @@
"devDependencies": {
"can-simple-dom": "^1.0.2",
"detect-cyclic-packages": "^1.1.0",
"done-serve": "^2.0.0",
"donejs-cli": "^0.9.5",
"generator-donejs": "^1.0.7",
"jshint": "^2.9.1",
Expand Down

0 comments on commit a38f5b2

Please sign in to comment.