Skip to content

Commit

Permalink
fix(chore): go back from ES6, replace yarn with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
KosrenDQ committed Mar 16, 2021
1 parent b4d32c7 commit ab67e37
Show file tree
Hide file tree
Showing 7 changed files with 210 additions and 136 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import core from '@actions/core';
import axios from 'axios';
const core = require('@actions/core');
const axios = require('axios');

process.on('unhandledRejection', handleError);
main().catch(handleError);
Expand Down
19 changes: 0 additions & 19 deletions node_modules/.yarn-integrity

This file was deleted.

60 changes: 43 additions & 17 deletions node_modules/@actions/core/package.json

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

107 changes: 67 additions & 40 deletions node_modules/axios/package.json

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

112 changes: 74 additions & 38 deletions node_modules/follow-redirects/package.json

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

24 changes: 24 additions & 0 deletions package-lock.json

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

Loading

0 comments on commit ab67e37

Please sign in to comment.