Skip to content

Commit

Permalink
update bower ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzi committed Apr 13, 2015
1 parent 9078314 commit 24d1058
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TheaterJS",
"version": "1.4.1",
"version": "1.4.2",
"main": "build/theater.js",
"license": "MIT",
"ignore": [
Expand All @@ -11,7 +11,10 @@
"index.html",
"package.json",
"build/locales",
"build/styles.css"
"build/styles.css",
"test",
"karma.conf.js",
"CONTRIBUTING.md"
],
"devDependencies": {
"gulp": "^3.8.10",
Expand Down
2 changes: 1 addition & 1 deletion build/theater.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

TheaterJS.prototype = {
constructor: TheaterJS,
version: "1.4.1",
version: "1.4.2",
keyboards: {},


Expand Down
2 changes: 1 addition & 1 deletion build/theater.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TheaterJS",
"version": "1.4.1",
"version": "1.4.2",
"description": "Typing effect mimicking human behavior.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/theater.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

TheaterJS.prototype = {
constructor: TheaterJS,
version: "1.4.1",
version: "1.4.2",
keyboards: {},


Expand Down

0 comments on commit 24d1058

Please sign in to comment.