Skip to content

Commit 870904a

Browse files
committed
refactor(package): changed package name to @angular-material-extensions/pages
1 parent 6a9471d commit 870904a

File tree

5 files changed

+55
-189
lines changed

5 files changed

+55
-189
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ const argv = yargs
7777
.argv;
7878

7979
const config = {
80-
libraryName: 'ngx-material-pages',
81-
unscopedLibraryName: 'ngx-material-pages',
80+
libraryName: '@angular-material-extensions/pages',
81+
unscopedLibraryName: 'pages',
8282
allSrc: 'src/**/*',
8383
allTs: 'src/**/!(*.spec).ts',
8484
allSass: 'src/**/*.+(scss|sass)',

package-lock.json

Lines changed: 32 additions & 172 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)