Skip to content

Commit

Permalink
chore(build): removing bower.json, bumping to 1.0.0-beta.2 because I …
Browse files Browse the repository at this point in the history
…am too dumb for npm, again
  • Loading branch information
rodneyrehm committed Oct 23, 2015
1 parent a82b560 commit eb1ea2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 42 deletions.
40 changes: 0 additions & 40 deletions bower.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ally.js",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Library to help applications with accessibility concerns",
"main": "dist/ally.min.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

const version = '1.0.0-beta.1';
const version = '1.0.0-beta.2';
export default version;

0 comments on commit eb1ea2c

Please sign in to comment.