Skip to content

Commit

Permalink
Bump 2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SeyZ committed Aug 9, 2015
1 parent 899bb39 commit 98fb6d7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
.bower-cache/
.bower-registry/
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "jsonapi-serializer",
"main": "index.js",
"version": "2.0.0-beta.3",
"homepage": "https://github.com/SeyZ/jsonapi-serializer",
"authors": [
"Sandro Munda <[email protected]>"
],
"description": "A Node.js (browserified) framework agnostic library for serializing your data to JSON API",
"keywords": [
"jsonapi",
"serializer"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"public/js/components",
"test",
"tests"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonapi-serializer",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "A Node.js framework agnostic library for serializing your data to JSON API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 98fb6d7

Please sign in to comment.