Skip to content

Commit

Permalink
Merge pull request #8 from redpeacock78/hothouse-20210603031626-7c068…
Browse files Browse the repository at this point in the history
…2817c
  • Loading branch information
redpeacock78 committed Jul 3, 2021
2 parents 4e897ee + 0c2927f commit 7c8b21b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "cie.js",
"version": "1.0.27",
"version": "1.0.28",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"description": "Node wrapper around CIE.sh.",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.21",
"@types/node": "^15.0.0",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -762,10 +762,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.35.tgz#42c953a4e2b18ab931f72477e7012172f4ffa313"
integrity sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag==

"@types/node@^15.0.0":
version "15.0.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.0.0.tgz#557dd0da4a6dca1407481df3bbacae0cd6f68042"
integrity sha512-YN1d+ae2MCb4U0mMa+Zlb5lWTdpFShbAj5nmte6lel27waMMBfivrm0prC16p/Di3DyTrmerrYUT8/145HXxVw==
"@types/node@^16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.0.0.tgz#067a6c49dc7a5c2412a505628e26902ae967bf6f"
integrity sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg==

"@types/prettier@^2.1.5":
version "2.2.3"
Expand Down

0 comments on commit 7c8b21b

Please sign in to comment.