Skip to content

Commit

Permalink
Bump package version to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrambaud committed Mar 22, 2018
1 parent ccfbb91 commit 7321241
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "serverless-functions-base-path",
"version": "1.0.8",
"description":
"Easily define a base path where your serverless functions are located",
"version": "1.0.9",
"description": "Easily define a base path where your serverless functions are located",
"main": "index.js",
"directories": {
"example": "example",
"lib": "lib"
},
"files": ["index.js", "lib/**/*.js", "!lib/**/*.test.js"],
"files": [
"index.js",
"lib/**/*.js",
"!lib/**/*.test.js"
],
"scripts": {
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"format": "prettier-eslint --write \"lib/**/*.js\"",
Expand All @@ -18,8 +21,7 @@
},
"repository": {
"type": "git",
"url":
"git+https://github.com/kevinrambaud/serverless-functions-base-path.git"
"url": "git+https://github.com/kevinrambaud/serverless-functions-base-path.git"
},
"keywords": [
"serverless",
Expand All @@ -30,15 +32,12 @@
"base",
"path"
],
"author":
"Kevin Rambaud <[email protected]> (https://twitter.com/kevinrambaud)",
"author": "Kevin Rambaud <[email protected]> (https://twitter.com/kevinrambaud)",
"license": "MIT",
"bugs": {
"url":
"https://github.com/kevinrambaud/serverless-functions-base-path/issues"
"url": "https://github.com/kevinrambaud/serverless-functions-base-path/issues"
},
"homepage":
"https://github.com/kevinrambaud/serverless-functions-base-path#readme",
"homepage": "https://github.com/kevinrambaud/serverless-functions-base-path#readme",
"devDependencies": {
"chai": "^4.1.2",
"codecov": "^3.0.0",
Expand All @@ -53,6 +52,8 @@
"prettier-eslint-cli": "^4.7.0"
},
"nyc": {
"include": ["lib/**/*.js"]
"include": [
"lib/**/*.js"
]
}
}

0 comments on commit 7321241

Please sign in to comment.