Skip to content

Commit aec1eae

Browse files
committed
feat: rename project to openscd/oscd-api
Resolves #51
1 parent 4f8112b commit aec1eae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Tests](https://github.com/OMICRONEnergyOSS/oscd-api/actions/workflows/test.yml/badge.svg)](https://github.com/OMICRONEnergyOSS/oscd-api/actions/workflows/test.yml) ![NPM Version](https://img.shields.io/npm/v/@omicronenergy/oscd-api)
1+
[![Tests](https://github.com/openscd/oscd-api/actions/workflows/test.yml/badge.svg)](https://github.com/openscd/oscd-api/actions/workflows/test.yml) ![NPM Version](https://img.shields.io/npm/v/@opensc/oscd-api)
22

33
# OpenSCD API
44

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@omicronenergy/oscd-api",
2+
"name": "@opensc/oscd-api",
33
"version": "0.1.3",
44
"description": "OpenSCD API for IEC 61850 SCL files",
55
"type": "module",
@@ -24,10 +24,10 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "git+https://github.com/OMICRONEnergyOSS/oscd-api.git"
27+
"url": "git+https://github.com/openscd/oscd-api.git"
2828
},
2929
"bugs": {
30-
"url": "https://github.com/OMICRONEnergyOSS/oscd-api/issues"
30+
"url": "https://github.com/openscd/oscd-api/issues"
3131
},
3232
"homepage": "https://openscd.org",
3333
"keywords": [

0 commit comments

Comments
 (0)