Skip to content

Commit

Permalink
Move types to devDependencies
Browse files Browse the repository at this point in the history
This commit moves @types/es6-weak-map and @types/lodash to
devDependencies. They are not required at runtime.
  • Loading branch information
mcmath committed Jan 29, 2019
1 parent b63d2a1 commit 4b95e63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016 Akim McMath
Copyright (c) 2016-2019 Akim McMath

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
6 changes: 4 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/es6-weak-map": "^1.2.0",
"@types/lodash": "^4.14.120",
"@types/mocha": "^5.2.5",
"@types/sinon": "^7.0.5",
"@types/sinon-chai": "^3.2.2",
Expand All @@ -48,8 +50,6 @@
"typescript": "^3.2.4"
},
"dependencies": {
"@types/es6-weak-map": "^1.2.0",
"@types/lodash": "^4.14.120",
"es6-weak-map": "^2.0.1",
"lodash": "^4.13.1"
},
Expand Down

0 comments on commit 4b95e63

Please sign in to comment.