Skip to content

Commit 97cef1c

Browse files
Paul LeclercqPaul Leclercq
authored andcommitted
chores: update gitignore with dist and bower_components
1 parent a07cba1 commit 97cef1c

File tree

472 files changed

+188298
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

472 files changed

+188298
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ build/
66
.DS_Store
77
/node_modules/
88
*.log
9-
/bower_components
10-
/dist
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "angular-mocks",
3+
"version": "1.3.13",
4+
"main": "./angular-mocks.js",
5+
"ignore": [],
6+
"dependencies": {
7+
"angular": "1.3.13"
8+
},
9+
"homepage": "https://github.com/angular/bower-angular-mocks",
10+
"_release": "1.3.13",
11+
"_resolution": {
12+
"type": "version",
13+
"tag": "v1.3.13",
14+
"commit": "8f53bfda01696e53549fe3266b0a4d220ea9bf77"
15+
},
16+
"_source": "git://github.com/angular/bower-angular-mocks.git",
17+
"_target": ">= 1.0.7",
18+
"_originalSource": "angular-mocks"
19+
}
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# packaged angular-mocks
2+
3+
This repo is for distribution on `npm` and `bower`. The source for this module is in the
4+
[main AngularJS repo](https://github.com/angular/angular.js/tree/master/src/ngMock).
5+
Please file issues and pull requests against that repo.
6+
7+
## Install
8+
9+
You can install this package either with `npm` or with `bower`.
10+
11+
### npm
12+
13+
```shell
14+
npm install angular-mocks
15+
```
16+
17+
The mocks are then available at `node_modules/angular-mocks/angular-mocks.js`.
18+
19+
Note that this package is not in CommonJS format, so doing `require('angular-mocks')` will
20+
return `undefined`.
21+
22+
### bower
23+
24+
```shell
25+
bower install angular-mocks
26+
```
27+
28+
The mocks are then available at `bower_components/angular-mocks/angular-mocks.js`.
29+
30+
## Documentation
31+
32+
Documentation is available on the
33+
[AngularJS docs site](https://docs.angularjs.org/guide/unit-testing).
34+
35+
## License
36+
37+
The MIT License
38+
39+
Copyright (c) 2010-2012 Google, Inc. http://angularjs.org
40+
41+
Permission is hereby granted, free of charge, to any person obtaining a copy
42+
of this software and associated documentation files (the "Software"), to deal
43+
in the Software without restriction, including without limitation the rights
44+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
45+
copies of the Software, and to permit persons to whom the Software is
46+
furnished to do so, subject to the following conditions:
47+
48+
The above copyright notice and this permission notice shall be included in
49+
all copies or substantial portions of the Software.
50+
51+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
52+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
53+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
54+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
55+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
56+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
57+
THE SOFTWARE.

0 commit comments

Comments
 (0)