Skip to content

Commit

Permalink
add test & rest keywords, bump 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed May 18, 2015
1 parent 2049f0e commit edce867
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superagent-mocker",
"version": "0.1.3",
"version": "0.1.4",
"description": "Pretty simple mocks for the CRUD and REST API",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,9 @@
"superagent",
"crud",
"mocks",
"stubs"
"stubs",
"rest",
"test"
],
"author": "Anton <[email protected]> (http://shuvalov.info/)",
"license": "MIT",
Expand Down

0 comments on commit edce867

Please sign in to comment.