Skip to content

Commit d47e153

Browse files
author
craigparra
committed
rename as cdi - @craigparra
1 parent b9c5951 commit d47e153

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
TBD
22
=============================================================
33

4-
[![NPM](https://nodei.co/npm/@alt-javascript/contexts.svg?downloads=true&downloadRank=true)](https://nodei.co/npm/@alt-javascript/contexts/)
4+
[![NPM](https://nodei.co/npm/@alt-javascript/cdi.svg?downloads=true&downloadRank=true)](https://nodei.co/npm/@alt-javascript/cdi/)
55
<br/>
6-
![Language Badge](https://img.shields.io/github/languages/top/alt-javascript/contexts)
6+
![Language Badge](https://img.shields.io/github/languages/top/alt-javascript/cdi)
77
![Package Badge](https://img.shields.io/npm/v/@alt-javascript/contexts) <br/>
8-
[release notes](https://github.com/alt-javascript/contexts/blob/main/History.md)
8+
[release notes](https://github.com/alt-javascript/cdi/blob/main/History.md)
99

1010
<a name="intro">Introduction</a>
1111
--------------------------------

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
{
2-
"name": "@alt-javascript/contexts",
2+
"name": "@alt-javascript/cdi",
33
"version": "1.0.0",
44
"description": "",
55
"author": "Craig Parravicini",
66
"keywords": [
7-
"logging",
8-
"configuration",
9-
"boostrap",
10-
"boot",
11-
"global",
12-
"context"
7+
"contexts",
8+
"dependency",
9+
"injection",
10+
"cdi",
11+
"spring",
12+
"springframework",
13+
"JSR 365"
1314
],
1415
"publishConfig": {
1516
"registry": "https://registry.npmjs.org/"
1617
},
17-
"homepage": "https://github.com/alt-javascript/contexts#readme",
18+
"homepage": "https://github.com/alt-javascript/cdi#readme",
1819
"repository": {
1920
"type": "git",
20-
"url": "https://github.com/alt-javascript/contexts"
21+
"url": "https://github.com/alt-javascript/cdi"
2122
},
2223
"main": "index.js",
2324
"scripts": {

0 commit comments

Comments
 (0)