We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b4c7c commit 50ee512Copy full SHA for 50ee512
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-easy-sort",
3
- "version": "1.7.0",
+ "version": "1.8.0",
4
"description": "A React component to sort items in lists or grids",
5
"homepage": "https://ValentinH.github.io/react-easy-sort/",
6
"keywords": [
@@ -37,7 +37,6 @@
37
"prepublishOnly": "yarn-or-npm build",
38
"precommit": "lint-staged",
39
"format": "prettier --write src/**/*.ts* stories/**/*.ts*",
40
- "npm:publish": "np --contents=dist --package-manager=yarn",
41
"storybook": "storybook dev -p 6006",
42
"build-storybook": "storybook build -o ./docs"
43
},
@@ -72,7 +71,6 @@
72
71
"jsdom": "^27.0.0",
73
"lint-staged": "^10.4.0",
74
"next": "^15.5.4",
75
- "np": "^10.2.0",
76
"postcss": "^8.5.6",
77
"prettier": "3.6.2",
78
"react": "^18.3.1",
0 commit comments