Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
chore: rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
domirs committed Oct 23, 2020
1 parent be59713 commit 94cee9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @umb/ng-standards [![Actions Status](https://github.com/umb/ng-standards/workflows/Build/badge.svg)](https://github.com/umb/ng-standards/actions) [![npm version](https://badge.fury.io/js/%40umb%2Fng-standards.svg)](https://badge.fury.io/js/%40umb%2Fng-standards)
# @umb-ag/ng-standards [![Actions Status](https://github.com/umb/ng-standards/workflows/Build/badge.svg)](https://github.com/umb/ng-standards/actions) [![npm version](https://badge.fury.io/js/%40umb-ag%2Fng-standards.svg)](https://badge.fury.io/js/%40umb-ag%2Fng-standards)

Simple schematic to provide a quick and easy angular project setup.

Expand All @@ -7,7 +7,7 @@ This schematic will add configurations for prettier and stylelint.
# Getting Started

```
ng add @umb/ng-standards
ng add @umb-ag/ng-standards
```

That's it!
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@umb/ng-standards",
"name": "@umb-ag/ng-standards",
"version": "0.0.1",
"description": "A blank schematics",
"scripts": {
Expand Down

0 comments on commit 94cee9d

Please sign in to comment.