File tree 3 files changed +18
-6
lines changed
3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Hi! We're really excited that you are interested in contributing to AnyWeb. Befo
10
10
## Issue Reporting Guidelines
11
11
12
12
- Always follow the issue template to create new issues.
13
- - Here is some [ templates] ( https://github.com/Littleor/js-conflux-sdk /issues/new/choose ) to report a bug, Please use it when reporting a bug.
13
+ - Here is some [ templates] ( https://github.com/IdeaLightLabs/AnyWeb-JS-SDK /issues/new/choose ) to report a bug, Please use it when reporting a bug.
14
14
15
15
## Pull Request Guidelines
16
16
Original file line number Diff line number Diff line change 20
20
with :
21
21
tag_name : ${{ github.ref }}
22
22
body : |
23
- Please refer to [CHANGELOG.md](https://github.com/Littleor/js-conflux-sdk /blob/master/CHANGELOG.md) for details.
23
+ Please refer to [CHANGELOG.md](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK /blob/master/CHANGELOG.md) for details.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " anyweb-js-sdk" ,
2
+ "name" : " @idealight-labs/ anyweb-js-sdk" ,
3
3
"description" : " AnyWeb JavaScript Software Development Kit" ,
4
4
"version" : " 1.0.0" ,
5
5
"license" : " LGPL-3.0" ,
6
-
7
- "repository" : " https://github.com/AnyWeb/anyweb-js-sdk.git" ,
6
+
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/IdeaLightLabs/AnyWeb-JS-SDK.git"
10
+ },
8
11
"keywords" : [
9
12
" anyweb" ,
10
13
" sdk"
96
99
"lint:fix" : " eslint ./src ./test --fix" ,
97
100
"build" : " node scripts/build-frontend.js" ,
98
101
"document" : " typedoc --plugin typedoc-plugin-markdown --out docs/api/ src/index.ts" ,
99
- "prepublishOnly" : " npm run build" ,
102
+ "prepublishOnly" : " npm run build:lib && npm run build " ,
100
103
"test" : " jest --coverage" ,
101
104
"build:lib" : " tsc" ,
102
105
"dev" : " tsc --watch" ,
109
112
"commitizen" : {
110
113
"path" : " ./node_modules/cz-conventional-changelog"
111
114
}
115
+ },
116
+ "bugs" : {
117
+ "url" : " https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/issues"
118
+ },
119
+ "homepage" : " https://github.com/IdeaLightLabs/AnyWeb-JS-SDK#readme" ,
120
+ "directories" : {
121
+ "example" : " example" ,
122
+ "lib" : " lib" ,
123
+ "test" : " test"
112
124
}
113
125
}
You can’t perform that action at this time.
0 commit comments