Skip to content

Commit 7af0ee8

Browse files
committed
Add urls to npm packages
1 parent 431d02a commit 7af0ee8

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

projects/scullyio/ng-lib/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@scullyio/ng-lib",
33
"version": "0.0.3",
4+
"repository": {
5+
"type": "GIT",
6+
"url": "https://github.com/scullyio/scully/tree/master/projects/scullyio/ng-lib"
7+
},
48
"peerDependencies": {
59
"@angular/common": "^9.0.0-rc.6",
610
"@angular/core": "^9.0.0-rc.6",

schematics/scully/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@scullyio/init",
33
"version": "0.0.2",
44
"description": "Add scully to your angular app",
5+
"repository": {
6+
"type": "GIT",
7+
"url": "https://github.com/scullyio/scully/tree/master/schematics/scully"
8+
},
59
"scripts": {
610
"build": "tsc -p tsconfig.json",
711
"dev": "tsc -p tsconfig.json --watch",

scully/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "0.0.40",
44
"description": "Scully CLI",
55
"repository": {
6-
"type": "GIT"
6+
"type": "GIT",
7+
"url": "https://github.com/scullyio/scully/tree/master/scully"
78
},
89
"bin": {
910
"scully": "./bin/scully.js"

0 commit comments

Comments
 (0)