Skip to content

Commit

Permalink
Moved cpy-cli to dependencies
Browse files Browse the repository at this point in the history
no-issue

This needs to be installed as a top level dependency so that it can run
on all install contexts
  • Loading branch information
allouis committed May 1, 2019
1 parent cade823 commit 5e33f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"cookie": "0.3.1",
"cookie-session": "1.3.2",
"cors": "2.8.5",
"cpy-cli": "2.0.0",

This comment has been minimized.

Copy link
@kirrg001

kirrg001 May 1, 2019

Contributor

@allouis My yarn.lock file gets updated as soon as I install this dep.

-cpy-cli@^2.0.0:
+cpy-cli@2.0.0:
   version "2.0.0"
   resolved "https://registry.yarnpkg.com/cpy-cli/-/cpy-cli-2.0.0.tgz#13f1528a231605c52ee7b7f74848e4be82253274"
   integrity sha512-LzrtY3lBWvFZcw4lXgkEbbDUd7y78juC3C5l7gj3UyezMEZF0Be9fjCVLN1HoZAzdMDeC3KHehWpHBJvgVAPkw==

I am running the newest yarn version 1.15.2.

This comment has been minimized.

Copy link
@allouis

allouis May 1, 2019

Author Contributor

Hmm, I must have changed to exact version without rerunning yarn again. Will push an update 👍

This comment has been minimized.

Copy link
@kirrg001

kirrg001 May 1, 2019

Contributor

🦁💅🏼

This comment has been minimized.

Copy link
@allouis

allouis May 1, 2019

Author Contributor

It's in master 🦐

"csv-parser": "2.1.0",
"downsize": "0.0.8",
"express": "4.16.4",
Expand Down Expand Up @@ -123,7 +124,6 @@
"sqlite3": "4.0.6"
},
"devDependencies": {
"cpy-cli": "2.0.0",
"eslint": "5.12.1",
"eslint-plugin-ghost": "0.1.0",
"grunt": "1.0.3",
Expand Down

0 comments on commit 5e33f07

Please sign in to comment.