Skip to content

Commit

Permalink
Remove NPM and Lodash from dependencies
Browse files Browse the repository at this point in the history
Dependencies are not needed for this project.
  • Loading branch information
Jaeho Lee committed Jun 4, 2019
1 parent fca6c76 commit 2b9342d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Expand Up @@ -43,9 +43,5 @@
"typescript": "^2.9.2",
"uuid": "^3.3.2"
},
"types": "./open-color.d.ts",
"dependencies": {
"lodash": "^4.17.11",
"npm": "^6.9.0"
}
"types": "./open-color.d.ts"
}

0 comments on commit 2b9342d

Please sign in to comment.