Skip to content

Commit 50ee512

Browse files
committed
1.8.0
1 parent e8b4c7c commit 50ee512

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-easy-sort",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "A React component to sort items in lists or grids",
55
"homepage": "https://ValentinH.github.io/react-easy-sort/",
66
"keywords": [
@@ -37,7 +37,6 @@
3737
"prepublishOnly": "yarn-or-npm build",
3838
"precommit": "lint-staged",
3939
"format": "prettier --write src/**/*.ts* stories/**/*.ts*",
40-
"npm:publish": "np --contents=dist --package-manager=yarn",
4140
"storybook": "storybook dev -p 6006",
4241
"build-storybook": "storybook build -o ./docs"
4342
},
@@ -72,7 +71,6 @@
7271
"jsdom": "^27.0.0",
7372
"lint-staged": "^10.4.0",
7473
"next": "^15.5.4",
75-
"np": "^10.2.0",
7674
"postcss": "^8.5.6",
7775
"prettier": "3.6.2",
7876
"react": "^18.3.1",

0 commit comments

Comments
 (0)