Skip to content

Commit

Permalink
fix: remove unused pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos committed Aug 14, 2019
1 parent 0432016 commit 8d12517
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions lib/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// import lowerCaseFirst from 'lower-case-first';

import fs from 'fs';
import yaml from 'js-yaml';
import pathToRegexp from 'path-to-regexp';
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "imorph",
"version": "0.0.0-development",
"description": "Morph lib",
"description": "A morph lib",
"main": "index.js",
"scripts": {
"build": "tsc",
Expand All @@ -17,7 +17,6 @@
"camelcase": "^5.3.1",
"debug": "^4.1.1",
"js-yaml": "^3.13.1",
"lower-case-first": "^1.0.2",
"path-to-regexp": "^3.0.0",
"ts-morph": "^3.1.3"
},
Expand Down

0 comments on commit 8d12517

Please sign in to comment.