Skip to content

Commit

Permalink
chore: move ts-node to prod deps
Browse files Browse the repository at this point in the history
remove node-eval from deps
  • Loading branch information
yarastqt committed May 4, 2020
1 parent 486c7cc commit 450d662
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 29 deletions.
37 changes: 11 additions & 26 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@
"deepmerge": "4.2.2",
"fast-glob": "3.2.2",
"fs-extra": "8.1.0",
"node-eval": "2.0.0",
"ora": "4.0.4",
"ts-node": "8.8.2",
"typescript": "3.8.3"
},
"devDependencies": {
"@oclif/dev-cli": "1.22.2",
"@types/fs-extra": "8.1.0",
"ts-node": "8.8.2"
"@types/fs-extra": "8.1.0"
},
"oclif": {
"commands": "lib/cli",
Expand Down

0 comments on commit 450d662

Please sign in to comment.