File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/setup-node@v4
2828 with :
2929 node-version : 22
30- registry-url : ' https://registry.npmjs.org'
3130 - name : Restore cached dependencies
3231 uses : actions/cache@v4
3332 with :
Original file line number Diff line number Diff line change 11{
22 "name" : " @platformatic/python" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.0.1 " ,
44 "description" : " Integration of Python with Wattpm" ,
55 "homepage" : " https://github.com/platformatic/python#readme" ,
66 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @platformatic/python" ,
3+ "version" : " 0.0.1" ,
4+ "description" : " Integration of Python with Wattpm" ,
5+ "homepage" : " https://github.com/platformatic/python#readme" ,
6+ "license" : " Apache-2.0" ,
7+ "author" : " Platformatic Inc. <oss@platformatic.dev> (https://platformatic.dev)" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " git+https://github.com/platformatic/python.git"
11+ },
12+ "bugs" : {
13+ "url" : " https://github.com/platformatic/python/issues"
14+ },
15+ "keywords" : [
16+ " wattpm" ,
17+ " thread" ,
18+ " python"
19+ ],
20+ "publishConfig" : {
21+ "registry" : " https://registry.npmjs.org/" ,
22+ "access" : " restricted" ,
23+ "scope" : " @platformatic"
24+ }
25+ }
You can’t perform that action at this time.
0 commit comments