Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Bump to v0.2.1
Browse files Browse the repository at this point in the history
And remove distribution artifact caching from CI.
  • Loading branch information
kolanos committed Apr 7, 2019
1 parent b5efe00 commit 9e0d679
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
- restore_cache:
key: yarn-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: yarn build
- save_cache:
key: v1-dist-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}
paths:
- dist

release:
<<: *defaults
Expand All @@ -37,8 +33,8 @@ jobs:
- restore_cache:
keys:
- yarn-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
- v1-dist-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}
- run: cp .npmrc-ci .npmrc
- run: yarn build
- run: npm publish --access public

workflows:
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-iopipe-layers",
"version": "0.2.0",
"version": "0.2.1",
"description": "Serverless plugin to add IOpipe lambda layers.",
"main": "dist/index.js",
"files": [
Expand All @@ -19,7 +19,7 @@
"author": "IOpipe",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/iopipe/serverless-plugin-iopipe-layers/issues"
"url": "https://github.com/iopipe/serverless-iopipe-layers/issues"
},
"homepage": "https://github.com/iopipe/serverless-plugin-iopipe-layers#readme",
"devDependencies": {
Expand All @@ -28,6 +28,7 @@
"@types/node": "^11.10.5",
"@types/serverless": "^1.18.1",
"prettier": "^1.16.4",
"serverless-iopipe-layers": "^0.2.1",
"tslint": "^5.13.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
Expand All @@ -38,9 +39,6 @@
"lodash": "^4.17.11",
"serverless": "^1.34.0"
},
"bugs": {
"url": "https://github.com/iopipe/serverless-iopipe-layers/issues"
},
"keywords": [
"lambda",
"serverless",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1716,6 +1716,14 @@ semver@^5.0.3, semver@^5.1.0, semver@^5.3.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"

serverless-iopipe-layers@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/serverless-iopipe-layers/-/serverless-iopipe-layers-0.2.1.tgz#dc192f2ef3cba789cb313e42bc26247802698b34"
dependencies:
fs-extra "^7.0.1"
lodash "^4.17.11"
serverless "^1.34.0"

serverless@^1.34.0:
version "1.39.1"
resolved "https://registry.yarnpkg.com/serverless/-/serverless-1.39.1.tgz#ada4b0dfd471593b5d83d4eec449d65297fbb864"
Expand Down

0 comments on commit 9e0d679

Please sign in to comment.