Skip to content

Commit

Permalink
Add missing types in package.json (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
eXon committed Aug 21, 2023
1 parent bd6d248 commit 2aca85e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/react-cookie/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "react-cookie",
"version": "6.0.0",
"version": "6.0.1",
"description": "Universal cookies for React",
"main": "cjs/index.js",
"module": "es6/index.js",
"types": "es6/index.d.ts",
"sideEffects": false,
"files": [
"es6",
Expand Down
3 changes: 2 additions & 1 deletion packages/universal-cookie-express/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "universal-cookie-express",
"version": "6.0.0",
"version": "6.0.1",
"description": "Hook cookies get/set on Express for server-rendering",
"main": "cjs/index.js",
"module": "es6/index.js",
"types": "es6/index.d.ts",
"sideEffects": false,
"files": [
"lib",
Expand Down
3 changes: 2 additions & 1 deletion packages/universal-cookie-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "universal-cookie-koa",
"version": "6.0.0",
"version": "6.0.1",
"description": "Hook cookies get/set on Koa for server-rendering",
"main": "cjs/index.js",
"module": "es6/index.js",
"types": "es6/index.d.ts",
"sideEffects": false,
"files": [
"lib",
Expand Down
3 changes: 2 additions & 1 deletion packages/universal-cookie/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "universal-cookie",
"version": "6.0.0",
"version": "6.0.1",
"description": "Universal cookies for JavaScript",
"main": "cjs/index.js",
"module": "es6/index.js",
"types": "es6/index.d.ts",
"sideEffects": false,
"files": [
"lib",
Expand Down

0 comments on commit 2aca85e

Please sign in to comment.