Skip to content

Commit

Permalink
chore: release 31.0.2 (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed May 23, 2018
1 parent 1c16e35 commit 4064b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
26 changes: 1 addition & 25 deletions .circleci/config.yml
Expand Up @@ -64,7 +64,7 @@ workflows:
filters:
tags:
only: /.*/
- publish_shared:
- publish_npm:
requires:
- node6
- node8
Expand All @@ -75,14 +75,6 @@ workflows:
ignore: /.*/
tags:
only: /^v[\d.]+$/
- publish_npm:
requires:
- publish_shared
filters:
branches:
ignore: /.*/
tags:
only: /^v[\d.]+$/
nightly:
triggers:
- schedule:
Expand Down Expand Up @@ -115,22 +107,6 @@ jobs:
user: node
<<: *unit_tests

publish_shared:
docker:
- image: node:8
user: node
steps:
- checkout
- run:
name: Install modules and dependencies.
command: cd src/shared && npm install
- run:
name: Set NPM authentication.
command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- run:
name: Publish the module to npm.
command: cd src/shared && npm publish --access=public

publish_npm:
docker:
- image: node:8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -69,7 +69,7 @@
"name": "Alexander Fenster"
}
],
"version": "31.0.1",
"version": "31.0.2",
"scripts": {
"test": "make test -j 4"
},
Expand Down

0 comments on commit 4064b7d

Please sign in to comment.