Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
occar421 committed Jan 1, 2021
1 parent 7130be5 commit 2356d4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 2
jobs:
build_12:
docker:
- image: circleci/node:6
working_directory: ~/node6
- image: circleci/node:12
working_directory: ~/node12
steps:
- checkout

Expand All @@ -24,8 +24,8 @@ jobs:

build_14:
docker:
- image: circleci/node:8
working_directory: ~/node8
- image: circleci/node:14
working_directory: ~/node14
steps:
- checkout

Expand All @@ -45,7 +45,7 @@ jobs:

deploy:
docker:
- image: circleci/node:8
- image: circleci/node:14
working_directory: ~/deploy
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transmit-update-loader",
"version": "0.1.2",
"version": "0.2.0",
"description": "Message passing tool to transmit update to another file during webpack loader process.",
"main": "src/loader.js",
"repository": "https://github.com/occar421/transmit-update-loader",
Expand Down

0 comments on commit 2356d4b

Please sign in to comment.