Skip to content

Commit

Permalink
release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benconnito committed Jul 14, 2016
1 parent 9552042 commit d04afd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kopper-serverless",
"description": "A small framework for building serverless apis on AWS lambda in node",
"version": "0.1.3",
"version": "0.1.4",
"keywords": [
"aws",
"lambda",
Expand All @@ -26,12 +26,12 @@
"grunt": "*",
"grunt-release": "*",
"grunt-contrib-nodeunit": "*",
"jscoverage": "*",
"grunt-coveralls": "*"
"jscoverage": "*",
"grunt-coveralls": "*"
},
"scripts": {
"test": "grunt nodeunit",
"coveralls": "jscoverage lib && KOPPER_SERVERLESS_COV=1 grunt nodeunit:all-lcov && grunt coveralls:upload"
"coveralls": "jscoverage lib && KOPPER_SERVERLESS_COV=1 grunt nodeunit:all-lcov && grunt coveralls:upload"
},
"main": "main.js"
}

0 comments on commit d04afd8

Please sign in to comment.