Skip to content

Commit bc61ad6

Browse files
committed
Changed package.json
1 parent 3d2954a commit bc61ad6

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

projects/pixel/package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
{
2-
"name": "pixel",
2+
"name": "ngx-pixel",
3+
"description": "An Angular library to simplify the use of a Facebook Pixel.",
4+
"author": {
5+
"name": "Niels Kersic",
6+
"email": "[email protected]",
7+
"url": "https://niels.codes"
8+
},
9+
"license": "MIT",
310
"version": "0.0.1",
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/NielsKersic/ngx-pixel"
14+
},
415
"peerDependencies": {
516
"@angular/common": "^11.0.1",
617
"@angular/core": "^11.0.1"
718
},
819
"dependencies": {
920
"tslib": "^2.0.0"
1021
}
11-
}
22+
}

0 commit comments

Comments
 (0)