We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317647d commit 4ad6e53Copy full SHA for 4ad6e53
bower.json
@@ -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,6 +1,6 @@
{
"name": "hhframe",
- "version": "1.0.1",
"description": "",
"main": "hhFrame.js",
"author": "HackHands Dev Team",
0 commit comments