Skip to content

Commit

Permalink
New build for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azaslavsky committed Dec 15, 2014
1 parent f4b4809 commit fe10b93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# TextStack
[![License](https://img.shields.io/cocoapods/l/AFNetworking.svg)](https://github.com/azaslavsky/TextStack#license) [![Bower Version](https://badge.fury.io/bo/textstack.svg)](http://badge.fury.io/bo/textstack) [![NPM Version](https://badge.fury.io/js/textstack.svg)](http://badge.fury.io/js/textstack) [![Development Dependencies](https://david-dm.org/azaslavsky/textstack/dev-status.svg)](https://david-dm.org/azaslavsky/textstack/dev-status) [![Travis Build](https://api.travis-ci.org/azaslavsky/TextStack.svg)](https://api.travis-ci.org/azaslavsky/TextStack) [![Coverage Status](https://img.shields.io/coveralls/azaslavsky/TextStack.svg)](https://coveralls.io/r/azaslavsky/TextStack?branch=master)

The undo functionality for various text input fields on many browsers is very unpredictable. TextStack is a simple undo history script for DOM text input fields. It also comes with an easy to use API which allows developers to safely modify the undo stack at their own discretion. This library lightweight and has no dependencies. Currently, I've test its compatibility with the latest versions of Chrome and Firefox.

Expand Down
7 changes: 1 addition & 6 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,5 @@
"npm-debug.txt",
"gulpfile.js",
"package.json"
],
"keywords": [
"jquery",
"javascript",
"library"
],
]
}
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ gulp.task('docs', ['api'], function() {

//Bump the version
gulp.task('bump', ['docs'], function() {
gulp.src(['./package.json'])
gulp.src(['./package.json', './bower.json'])
.pipe(bump({type: args.vers || 'patch'}))
.pipe(gulp.dest('./'));
});
Expand Down

0 comments on commit fe10b93

Please sign in to comment.