Skip to content

Commit e5fd8a5

Browse files
committed
Updated with new angular naming conventions
1 parent 86b9d9c commit e5fd8a5

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Description
22

3-
Angular2 CC Library - for validation and formating of input parameters
3+
Angular CC Library - for validation and formating of input parameters
44

55
# Demo
66
1. Clone repo
@@ -12,10 +12,9 @@ Angular2 CC Library - for validation and formating of input parameters
1212

1313
## Installation
1414
```shell
15-
npm install ng2-cc-library --save
15+
npm install angular-cc-library --save
1616
```
1717

18-
1918
## Formating Directive
2019
On the input fields, add the specific directive to format inputs.
2120
All fields must be `type='tel'` in order to support spacing and additional characters

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "ng2-cc-library",
3-
"version": "1.0.0",
4-
"description": "angular2 credit card library",
2+
"name": "angular-cc-library",
3+
"version": "1.0.2",
4+
"description": "angular credit card library",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"scripts": {
@@ -14,10 +14,10 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/nogorilla/ng2-cc-library.git"
17+
"url": "git+https://github.com/nogorilla/angular-cc-library.git"
1818
},
1919
"keywords": [
20-
"angular2",
20+
"angular",
2121
"validate",
2222
"validation",
2323
"credit card",
@@ -26,9 +26,9 @@
2626
"author": "nogorilla <gabriel.smith010@gmail.com>",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/nogorilla/ng2-cc-library/issues"
29+
"url": "https://github.com/nogorilla/angular-cc-library/issues"
3030
},
31-
"homepage": "https://github.com/nogorilla/ng2-cc-library#readme",
31+
"homepage": "https://github.com/nogorilla/angular-cc-library#readme",
3232
"devDependencies": {
3333
"@angular/common": "2.0.0",
3434
"@angular/compiler": "2.0.0",

0 commit comments

Comments
 (0)