We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95bbc03 commit 197ae3bCopy full SHA for 197ae3b
1 file changed
bower.json
@@ -1,23 +1,22 @@
1
{
2
"name": "angular-off-click",
3
- "version": "0.0.10",
4
- "main": "offClick.js",
+ "version": "1.0.0",
+ "main": [
5
+ "./dist/angular-off-click.js"
6
+ ],
7
"ignore": [
8
".jshintrc",
9
"**/*.txt"
10
],
- "main": [
- "./dist/angular-off-click.js"
11
- ],
12
"license": "MIT",
13
- "keywords":[
+ "keywords": [
14
"angular",
15
"off",
16
"click"
17
18
- "author": {
+ "author": {
19
"name": "Evan Sharp",
20
- "url":"https://github.com/TheSharpieOne"
+ "url": "https://github.com/TheSharpieOne"
21
},
22
"contributors": [
23
0 commit comments