Skip to content

Commit 4ad6e53

Browse files
author
Hugo Rodrigues
committed
Hello Bower
1 parent 317647d commit 4ad6e53

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

bower.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "hhframe",
3+
"version": "1.0.2",
4+
"authors": [
5+
"HackHands Dev Team"
6+
],
7+
"description": "Easy way to inject and use the HackHands API",
8+
"main": "dist/hhFrame.min.js",
9+
"moduleType": [
10+
"globals"
11+
],
12+
"license": "MIT",
13+
"ignore": [
14+
"**/.*",
15+
"node_modules",
16+
"bower_components",
17+
"test",
18+
"tests"
19+
]
20+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hhframe",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "hhFrame.js",
66
"author": "HackHands Dev Team",

0 commit comments

Comments
 (0)