Skip to content

Commit

Permalink
removed ramda
Browse files Browse the repository at this point in the history
  • Loading branch information
Ade Yahya committed Nov 7, 2017
1 parent 44a9656 commit 2e0becd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const filendir = require('filendir');
const colors = require('colors');
const templates = require('./template.js');
const fs = require('fs');
const R = require('ramda')
const inquirer = require("inquirer")
const path = require("path")

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"colors": "^1.1.2",
"commander": "^2.9.0",
"filendir": "^1.0.0",
"inquirer": "^3.3.0",
"ramda": "^0.25.0"
"inquirer": "^3.3.0"
}
}
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,6 @@ os-tmpdir@~1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"

ramda@^0.25.0:
version "0.25.0"
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.25.0.tgz#8fdf68231cffa90bc2f9460390a0cb74a29b29a9"

restore-cursor@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
Expand Down

0 comments on commit 2e0becd

Please sign in to comment.