Skip to content

Commit 76a2e5f

Browse files
4.17.0
1 parent 69b1e9c commit 76a2e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "HackerOne",
33
"name": "react-datepicker",
44
"description": "A simple and reusable datepicker component for React",
5-
"version": "4.16.0",
5+
"version": "4.17.0",
66
"license": "MIT",
77
"homepage": "https://github.com/Hacker0x01/react-datepicker",
88
"main": "dist/index.js",
@@ -119,7 +119,7 @@
119119
"prettier": "prettier --write '**/*.{js,jsx}'",
120120
"start": "yarn --cwd docs-site install && yarn --cwd docs-site start",
121121
"test": "NODE_ENV=test jest",
122-
"test:ci": "NODE_ENV=test jest --ci --coverage",
122+
"test:ci": "NODE_ENV=test jest --ci --coverage",
123123
"test:watch": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=test jest --watch",
124124
"build": "NODE_ENV=production yarn run build:js && NODE_ENV=production yarn run css:prod && NODE_ENV=production yarn run css:modules:dev && NODE_ENV=production yarn run css:dev && NODE_ENV=production yarn run css:modules:dev",
125125
"build-dev": "NODE_ENV=development yarn run js:dev && NODE_ENV=development yarn run css:dev && NODE_ENV=development yarn run css:modules:dev",

0 commit comments

Comments
 (0)