Skip to content

Commit

Permalink
Updated to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bow-fujita committed Oct 21, 2016
1 parent a201796 commit d2d44d5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "exprest4",
"version": "0.9.8",
"description": "REST API framework for Express 4.x.",
"version": "1.0.0",
"description": "REST API framework using Express 4.x and Sequelize.",
"homepage": "https://github.com/bow-fujita/exprest4",
"repository": {
"type": "git",
Expand All @@ -16,11 +16,18 @@
},
"keywords": [
"express",
"sequelize",
"restful",
"rest",
"api",
"controller",
"mvc"
"model",
"mvc",
"sqlite",
"mysql",
"postgres",
"mssql",
"mariadb"
],
"engines": {
"node": ">= 4.0"
Expand Down

0 comments on commit d2d44d5

Please sign in to comment.