Skip to content

Commit 197ae3b

Browse files
v1.0.0
1 parent 95bbc03 commit 197ae3b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

bower.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
{
22
"name": "angular-off-click",
3-
"version": "0.0.10",
4-
"main": "offClick.js",
3+
"version": "1.0.0",
4+
"main": [
5+
"./dist/angular-off-click.js"
6+
],
57
"ignore": [
68
".jshintrc",
79
"**/*.txt"
810
],
9-
"main": [
10-
"./dist/angular-off-click.js"
11-
],
1211
"license": "MIT",
13-
"keywords":[
12+
"keywords": [
1413
"angular",
1514
"off",
1615
"click"
1716
],
18-
"author": {
17+
"author": {
1918
"name": "Evan Sharp",
20-
"url":"https://github.com/TheSharpieOne"
19+
"url": "https://github.com/TheSharpieOne"
2120
},
2221
"contributors": [
2322
{

0 commit comments

Comments
 (0)