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

Commit f68943e

Browse files
committed
added npmignore file for NPM
1 parent a19d755 commit f68943e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
full-tests
2+
more-examples
3+
protractor
4+
templates
5+
.gitignore
6+
app.js

readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,12 @@ Install with **Bower**
110110
```javascript
111111
// You can install with
112112
bower install angular-validation-ghiscoding
113+
```
114+
Install with **NPM**
113115

114-
// or as another alias
115-
bower install ghiscoding.angular-validation
116+
```javascript
117+
// You can install with
118+
npm install angular-validation-ghiscoding
116119
```
117120
Install with **NuGet** (see the [NuGet Package Here](http://www.nuget.org/packages/Angular-Validation-Ghiscoding))
118121
```javascript

0 commit comments

Comments
 (0)