Skip to content

Commit

Permalink
remove shelljs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Jun 8, 2019
1 parent 29b6e8d commit e23ba22
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
37 changes: 20 additions & 17 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mevn-cli",
"version": "1.4.8",
"description": "A cli tool for MEVN stack.",
"description": "Light Speed setup for MEVN stack based apps.",
"main": "./bin/mevn.js",
"files": [
"bin",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/MadlabsInc/mevn-cli.git"
"url": "git+https://github.com/madlabsinc/mevn-cli.git"
},
"keywords": [
"node.js",
Expand All @@ -44,7 +44,7 @@
"express",
"mongodb"
],
"author": "Alan Mathew <[email protected]>, James George <[email protected]>",
"author": "James George <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MadlabsInc/mevn-cli/issues"
Expand All @@ -62,7 +62,6 @@
"node-banner": "^1.2.0",
"open": "^6.3.0",
"ora": "^3.4.0",
"shelljs": "^0.8.2",
"update-notifier": "^3.0.0",
"validate-npm-package-name": "^3.0.0"
},
Expand Down

0 comments on commit e23ba22

Please sign in to comment.