Skip to content

Commit

Permalink
chore: publish 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbansal committed Jun 27, 2021
1 parent a8f3d8b commit e46bcc9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/example-use-calendar-hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "vite build"
},
"dependencies": {
"@vkbansal/react-date-primitives": "2.0.1",
"@vkbansal/react-date-primitives": "2.0.2",
"date-fns": "~2.22.1",
"react": "~17.0.2",
"react-dom": "~17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/example-use-daterange-hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "vite build"
},
"dependencies": {
"@vkbansal/react-date-primitives": "2.0.1",
"@vkbansal/react-date-primitives": "2.0.2",
"react": "~17.0.2",
"react-dom": "~17.0.2"
},
Expand Down
6 changes: 2 additions & 4 deletions packages/react-date-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vkbansal/react-date-primitives",
"version": "2.0.1",
"version": "2.0.2",
"description": "Primitives for building flexible date components with react",
"keywords": [
"date",
Expand Down Expand Up @@ -30,9 +30,7 @@
"preversion": "yarn lint && yarn fmtc && yarn test"
},
"files": [
"esm",
"lib",
"esnext"
"dist"
],
"repository": {
"type": "git",
Expand Down
7 changes: 4 additions & 3 deletions packages/react-date-primitives/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const path = require('path')
/* eslint-disable */
const path = require('path');

/**
* @type {import('vite').UserConfig}
Expand All @@ -22,6 +23,6 @@ const config = {
}
}
}
}
};

export default config
export default config;

0 comments on commit e46bcc9

Please sign in to comment.