Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Aug 29, 2013
1 parent 18dbb6c commit d7e6a05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ajax.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 component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ajax",
"repo": "ForbesLindesay/ajax",
"description": "Standalone AJAX library inspired by jQuery/zepto",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [],
"dependencies": {
"component/type": "*"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "component-ajax",
"description": "Standalone AJAX library inspired by jQuery/zepto",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [],
"dependencies": {
"type-of": "*"
Expand All @@ -20,4 +20,4 @@
"scripts": {
"prepublish": "browserify index.js | uglifyjs > ajax.min.js"
}
}
}

0 comments on commit d7e6a05

Please sign in to comment.