Skip to content

Commit e7432db

Browse files
authored
chore: remove deprecated NPM scripts (TanStack#891)
1 parent 2b26c1a commit e7432db

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-query",
3-
"version": "0.0.0",
3+
"version": "1.0.0-semantic-release",
44
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React",
55
"author": "tannerlinsley",
66
"license": "MIT",
@@ -25,8 +25,6 @@
2525
"build": "NODE_ENV=production rollup -c",
2626
"now-build": "yarn && cd www && yarn && yarn build",
2727
"start": "rollup -c -w",
28-
"release": "yarn publish",
29-
"releaseNext": "yarn publish --tag next",
3028
"format": "prettier {.,src,src/**,example/src,example/src/**,types}/*.{md,js,jsx,tsx,json} --write",
3129
"stats": "open ./stats.html",
3230
"dtslint": "dtslint types"

0 commit comments

Comments
 (0)