Skip to content

Commit 4a21920

Browse files
committed
Merge branch 'pinghe-master' into 2.4
2 parents b9c3e23 + e6446f8 commit 4a21920

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

bower.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Jake Gordon <jake@codeincomplete.com>"
66
],
77
"description": "a simple finite state machine library",
8-
"main": "state-machine.js",
8+
"main": ["state-machine.js", "state-machine.min.js"],
99
"moduleType": [
1010
"amd",
1111
"globals",
@@ -22,6 +22,11 @@
2222
"node_modules",
2323
"bower_components",
2424
"test",
25-
"tests"
25+
"tests",
26+
"demo",
27+
"minifier",
28+
"index.html",
29+
"Rakefile",
30+
".gitignore"
2631
]
2732
}

0 commit comments

Comments
 (0)