Skip to content

Commit

Permalink
Updated with new angular naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
nogorilla committed Feb 6, 2017
1 parent 86b9d9c commit e5fd8a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Description

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

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

## Installation
```shell
npm install ng2-cc-library --save
npm install angular-cc-library --save
```


## Formating Directive
On the input fields, add the specific directive to format inputs.
All fields must be `type='tel'` in order to support spacing and additional characters
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng2-cc-library",
"version": "1.0.0",
"description": "angular2 credit card library",
"name": "angular-cc-library",
"version": "1.0.2",
"description": "angular credit card library",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -14,10 +14,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/nogorilla/ng2-cc-library.git"
"url": "git+https://github.com/nogorilla/angular-cc-library.git"
},
"keywords": [
"angular2",
"angular",
"validate",
"validation",
"credit card",
Expand All @@ -26,9 +26,9 @@
"author": "nogorilla <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nogorilla/ng2-cc-library/issues"
"url": "https://github.com/nogorilla/angular-cc-library/issues"
},
"homepage": "https://github.com/nogorilla/ng2-cc-library#readme",
"homepage": "https://github.com/nogorilla/angular-cc-library#readme",
"devDependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
Expand Down

0 comments on commit e5fd8a5

Please sign in to comment.