File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 5353 with :
5454 tag_name : v${{ needs.Version.outputs.current_version }}
5555 release_name : v${{ needs.Version.outputs.current_version }}
56- body : ' Install: https://www.npmjs.com/package/oflow -interface'
56+ body : ' Install: https://www.npmjs.com/package/nflow -interface'
5757 draft : false
5858 prerelease : false
5959
@@ -121,7 +121,7 @@ jobs:
121121 run : |
122122 sudo apt-get install -y jq
123123 cp package.json package.json.bak
124- jq '.name = "@O -FLOW/\(.name)" | .repository.url = "git+https://github.com/O -FLOW/rhine-var.git"' package.json > package.json.tmp
124+ jq '.name = "@N -FLOW/\(.name)" | .repository.url = "git+https://github.com/N -FLOW/rhine-var.git"' package.json > package.json.tmp
125125 mv package.json.tmp package.json
126126 jq empty package.json
127127
@@ -132,7 +132,7 @@ jobs:
132132
133133 - name : Configure Github NPM Registry
134134 run : |
135- npm config set @O -FLOW:registry=https://npm.pkg.github.com
135+ npm config set @N -FLOW:registry=https://npm.pkg.github.com
136136 echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
137137
138138 - name : Publish to Github
Original file line number Diff line number Diff line change 1- # oflow -interface
1+ # nflow -interface
Original file line number Diff line number Diff line change 11{
2- "name" : " oflow -interface" ,
2+ "name" : " nflow -interface" ,
33 "version" : " 0.14.15" ,
4- "description" : " Interface package for O FLOW. You can use this package to build your own plugin that can control anything." ,
4+ "description" : " Interface package for N FLOW. You can use this package to build your own plugin that can control anything." ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
77 "scripts" : {
1414 "format" : " prettier --write ." ,
1515 "format:check" : " prettier --check ."
1616 },
17- "author" : " O FLOW" ,
17+ "author" : " N FLOW" ,
1818 "license" : " Apache-2.0" ,
1919 "repository" : {
2020 "type" : " git" ,
21- "url" : " https://github.com/O-FLOW/oflow -interface.git"
21+ "url" : " https://github.com/n-flow/nflow -interface.git"
2222 },
2323 "bugs" : {
24- "url" : " https://github.com/O-FLOW/oflow -interface/issues"
24+ "url" : " https://github.com/n-flow/nflow -interface/issues"
2525 },
26- "homepage" : " https://github.com/O-FLOW/oflow -interface#readme" ,
26+ "homepage" : " https://github.com/n-flow/nflow -interface#readme" ,
2727 "keywords" : [
28- " O FLOW" ,
28+ " N FLOW" ,
2929 " 3D Showcase" ,
3030 " Education" ,
3131 " Visualization" ,
You can’t perform that action at this time.
0 commit comments