Skip to content

Commit

Permalink
fix: try fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Jan 3, 2020
1 parent 4d7c2f6 commit 79274b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pingcap-incubator/pd-client-js",
"version": "0.1.0",
"version": "0.1.1",
"description": "client js sdk for pd",
"keywords": [
"pd",
Expand All @@ -17,10 +17,10 @@
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "echo 'todo by eslint'",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"prepare": "yarn run build",
"prepublishOnly": "yarn test && yarn run lint",
"preversion": "yarn run lint",
"version": "yarn run format && git add -A src",
"postversion": "git push && git push --tags"
},
"devDependencies": {
Expand Down

0 comments on commit 79274b5

Please sign in to comment.