Skip to content

Commit

Permalink
1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Feb 28, 2021
1 parent a7cd3a1 commit 616b5bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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
@@ -1,14 +1,14 @@
{
"name": "mevn-cli",
"version": "1.8.2",
"version": "1.8.3",
"description": "Light Speed setup for MEVN stack based apps.",
"main": "./bin/mevn.js",
"files": [
"bin",
"lib"
],
"bin": {
"mevn": "./bin/mevn.js"
"mevn": "bin/mevn.js"
},
"scripts": {
"build": "gulp",
Expand Down

0 comments on commit 616b5bc

Please sign in to comment.