Skip to content

Commit 0150f6c

Browse files
fix(package): add name and version
1 parent 3d1b89a commit 0150f6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"name": "@angular-package/error",
3+
"version": "1.0.0",
24
"description": "Manages the callback function.",
35
"author": "Angular Package <angular-package@wvvw.dev> (https://wvvw.dev)",
46
"homepage": "https://github.com/angular-package/testing#readme",
@@ -31,6 +33,5 @@
3133
"bugs": {
3234
"url": "https://github.com/angular-package/error/issues"
3335
},
34-
"license": "MIT",
35-
"version": "1.0.0"
36+
"license": "MIT"
3637
}

0 commit comments

Comments
 (0)