Skip to content

Commit

Permalink
fix(package): Fix dependencies
Browse files Browse the repository at this point in the history
closes #1
  • Loading branch information
nogsantos committed Feb 2, 2018
1 parent 3986c29 commit f8a09c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CLI to get skeletons
If necessary use ```sudo```

```shell
npm i g fn-cli
npm i -g @nogsantos/fn-cli
```

## Run
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"colors": "1.1.2",
"replace": "0.3.0",
"exec-sh": "0.2.1",
"cmnd": "0.2.1",
"inquirer": "5.0.1"
},
"devDependencies": {
Expand All @@ -58,7 +59,6 @@
"babel-register": "6.26.0",
"bdd-stdin": "0.2.0",
"chai": "4.1.2",
"cmnd": "0.2.1",
"codecov.io": "0.1.6",
"commitizen": "2.9.6",
"cz-conventional-changelog": "2.1.0",
Expand Down

0 comments on commit f8a09c6

Please sign in to comment.