Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
passabilities committed Jun 10, 2017
1 parent 9b06538 commit 36f1a97
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Rails like Node framework to create simple, pure backend APIs.

[![npm](https://img.shields.io/npm/v/backrest.svg)](https://www.npmjs.com/package/backrest)

## CLI

### Install
Expand Down
21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backrest",
"version": "0.1.1",
"version": "0.1.2",
"description": "Rails like Node framework to create simple, pure backend APIs.",
"main": "src/index.js",
"scripts": {
Expand All @@ -9,11 +9,26 @@
"version": "./bin/update-version.js && git add -A",
"postversion": ""
},
"author": "Noah Passalcqua",
"license": "ISC",
"bin": {
"backrest": "bin/backrest.js"
},
"author": "Noah Passalcqua",
"license": "MIT",
"homepage": "https://github.com/passabilities/backrest#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/passabilities/backrest.git"
},
"bugs": {
"url": "https://github.com/passabilities/backrest/issues"
},
"keywords": [
"nodejs",
"framework",
"restful-api",
"backend",
"backend-apis"
],
"dependencies": {
"body-parser": "^1.17.2",
"commander": "tj/commander.js",
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"backrest": "^0.1.1",
"backrest": "^0.1.2",
"lodash": "^4.17.4"
},
"devDependencies": {}
Expand Down

0 comments on commit 36f1a97

Please sign in to comment.