Skip to content

Commit

Permalink
change package name to pumpit
Browse files Browse the repository at this point in the history
NPM does not allow me to use "pumpa" as it is too similar to "pump"
package.
  • Loading branch information
ivandotv committed May 13, 2022
1 parent 35b6eaf commit e80963d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pumpa",
"name": "pumpit",
"version": "0.1.0",
"description": "Dependency injection container without using decorators, supports circular dependencies and arrays of dependencies.",
"keywords": [
Expand Down

0 comments on commit e80963d

Please sign in to comment.