Skip to content

Commit

Permalink
Bump package version, update readme and tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertinad committed Feb 12, 2015
1 parent 60b6feb commit 6090691
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.1
* Improve Bower Status Bar implementation and fixing bugs: status elements were not removed.
* Fixing bugs in QuickInstall.
* Update time unit from milliseconds to minutes for reload catalog time in bower Preferences.
* Improvements and tests suites added.

## v0.2.0
* Basic support of bower.json to handle dependencies for production and development.
- Create the file with the existent dependencies if any, open it in the editor and remove it.
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": "brackets-bower",
"title": "Brackets Bower",
"version": "0.2.0",
"version": "0.2.1",
"description": "Manage your application's front-end dependencies using Bower. You can install and prune dependencies using the bower.json file and configure Bower throubh .bowerrc. Also, quickly install front-end packages by hitting Ctrl/Cmd-Alt-B, then start typing the name of a package. Once you see the package you want, hit Enter and the package will be installed into your project folder. NOTE: To install some packages, you must have git installed.",
"homepage": "https:/njx/brackets-bower",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions unittests.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */
/*global define, describe, it, xdescribe, xit, expect, beforeEach, afterEach, waitsFor, waitsForDone, runs, jasmine, $, brackets, waitsForDone */
/*global define, describe, it, xit, expect, beforeEach, afterEach, waitsFor, waitsForDone, runs, jasmine, $, brackets, waitsForDone */

define(function (require, exports, module) {
"use strict";
Expand All @@ -44,7 +44,7 @@ define(function (require, exports, module) {

// Unit tests for the underlying node server.
// TODO update this to actually be unit test
xdescribe("BowerDomain", function () {
describe("BowerDomain", function () {
var bowerDomain,
fileUtilsDomain,
testBrackets,
Expand Down

0 comments on commit 6090691

Please sign in to comment.