Skip to content

Commit

Permalink
Update bower
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarrow committed Dec 23, 2014
1 parent 3c643ca commit 72d049d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Chibi v1.1.2
# Chibi v1.1.3

#### A tiny JavaScript micro-library

Expand Down
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chibi",
"main": "chibi.js",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/kylebarrow/chibi",
"authors": [
"Kyle Barrow"
Expand All @@ -13,10 +13,10 @@
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
"tests",
".*",
"gulpfile.js",
"package.json"
]
}
2 changes: 1 addition & 1 deletion chibi-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 chibi.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*!chibi 1.1.2, Copyright 2012-2014 Kyle Barrow, released under MIT license */
/*!chibi 1.1.3, Copyright 2012-2014 Kyle Barrow, released under MIT license */
(function () {
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var gulp = require('gulp'),
notify = require("gulp-notify"),
notify = require('gulp-notify'),
replace = require('gulp-replace'),
jshint = require('gulp-jshint'),
rename = require('gulp-rename'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chibi",
"main": "chibi.js",
"version": "1.1.2",
"version": "1.1.3",
"author": "Kyle Barrow",
"description": "A tiny JavaScript micro-library",
"repository": {
Expand Down

0 comments on commit 72d049d

Please sign in to comment.