Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
added npmignore file for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Feb 24, 2016
1 parent a19d755 commit f68943e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
full-tests
more-examples
protractor
templates
.gitignore
app.js
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,12 @@ Install with **Bower**
```javascript
// You can install with
bower install angular-validation-ghiscoding
```
Install with **NPM**

// or as another alias
bower install ghiscoding.angular-validation
```javascript
// You can install with
npm install angular-validation-ghiscoding
```
Install with **NuGet** (see the [NuGet Package Here](http://www.nuget.org/packages/Angular-Validation-Ghiscoding))
```javascript
Expand Down

0 comments on commit f68943e

Please sign in to comment.