Skip to content

Commit af8c061

Browse files
committed
Rename package
1 parent 17aaf99 commit af8c061

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ng-add.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const initialAngularJson = `{
166166
}
167167
},
168168
\"deploy\": {
169-
\"builder\": \"ngx-gh-pages-deploy:deploy\",
169+
\"builder\": \"ngx-gh:deploy\",
170170
\"options\": {}
171171
}
172172
}
@@ -198,7 +198,7 @@ const overwriteAngularJson = `{
198198
}
199199
},
200200
\"deploy\": {
201-
\"builder\": \"ngx-gh-pages-deploy:deploy\",
201+
\"builder\": \"ngx-gh:deploy\",
202202
\"options\": {}
203203
}
204204
}
@@ -230,7 +230,7 @@ const projectAngularJson = `{
230230
}
231231
},
232232
\"deploy\": {
233-
\"builder\": \"ngx-gh-pages-deploy:deploy\",
233+
\"builder\": \"ngx-gh:deploy\",
234234
\"options\": {}
235235
}
236236
}
@@ -245,7 +245,7 @@ const projectAngularJson = `{
245245
}
246246
},
247247
\"deploy\": {
248-
\"builder\": \"ngx-gh-pages-deploy:deploy\",
248+
\"builder\": \"ngx-gh:deploy\",
249249
\"options\": {}
250250
}
251251
}

ng-add.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function ngAdd(tree: Tree, options: NgAddOptions) {
7676
}
7777

7878
project.architect['deploy'] = {
79-
builder: 'ngx-gh-pages-deploy:deploy',
79+
builder: 'ngx-gh:deploy',
8080
options: {}
8181
};
8282

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ng-deploy-gh",
2+
"name": "ngx-gh",
33
"version": "0.0.0",
44
"description": "Deployment from the Angular CLI to GitHub pages",
55
"main": "index.js",

0 commit comments

Comments
 (0)