Skip to content

Commit

Permalink
feat: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Aug 4, 2022
1 parent 30a83b3 commit be0d463
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# taro-linear-gradient
# linear-gradient-taro

linear gradient fro taro
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "taro-linear-gradient",
"name": "linear-gradient-taro",
"version": "1.0.0",
"description": "linear gradient fro taro",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
"module": "build/module/index.js",
"repository": "https://github.com/zhiqingchen/taro-linear-gradient",
"repository": "https://github.com/zhiqingchen/linear-gradient-taro",
"license": "MIT",
"keywords": [],
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/types/taro-linear-gradient.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
declare module 'taro-linear-gradient' {
declare module 'linear-gradient-taro' {
}

0 comments on commit be0d463

Please sign in to comment.