Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
remove yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
imhele committed Jan 18, 2019
1 parent b3dc3ff commit a0be281
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6,568 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/node_modules
/npm-debug.log*
/yarn-error.log
/yarn.lock

# production
/dist
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"umi": "2.x"
},
"dependencies": {
"ali-oss": "^6.0.2"
"ali-oss": "~6.0.2"
},
"devDependencies": {
"@types/jest": "^23.3.11",
Expand All @@ -58,7 +58,7 @@
"lint-staged": "^8.1.0",
"tslint": "^5.12.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.2.2",
"umi-test": "^1.3.0"
"typescript": "~3.2.2",
"umi-test": "~1.3.0"
}
}

0 comments on commit a0be281

Please sign in to comment.