Skip to content

Commit 8db64a6

Browse files
committed
refactor: oflow->nflow
1 parent eadb84f commit 8db64a6

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# oflow-interface
1+
# nflow-interface

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {
@@ -14,18 +14,18 @@
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",

0 commit comments

Comments
 (0)