Skip to content

Commit f4003e3

Browse files
committed
chore: update name and version
1 parent 57cae0e commit f4003e3

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# @evyweb/simple-ioc-container
1+
# @evyweb/ioctopus
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- higher order function have their own api now
28

39
## 0.0.1
410

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@evyweb/simple-ioc-container",
3-
"version": "0.0.1",
4-
"description": "A simple IoC container for JavaScript and TypeScript",
2+
"name": "@evyweb/ioctopus",
3+
"version": "0.1.0",
4+
"description": "A simple IoC container for JavaScript and TypeScript for classes and functions.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/Evyweb/simple-ioc-container"
25+
"url": "https://github.com/Evyweb/ioctopus"
2626
},
2727
"publishConfig": {
2828
"registry": "https://npm.pkg.github.com"

0 commit comments

Comments
 (0)