Skip to content

Commit

Permalink
Merge pull request #4 from fluture-js/avaq/maintenance
Browse files Browse the repository at this point in the history
Maintenance
  • Loading branch information
Avaq authored May 18, 2020
2 parents 45e1852 + 8536b05 commit ef4bb13
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ This pull request adds everything the project needs to be at its first release.
- Save it as `CODECOV_TOKEN` in the secrets for your new repository:
https://github.com/{owner}/{repository}/settings/secrets.

- [ ] Remove the `initial-pr.md` pull-request template.
- [ ] Remove or update `.github/pull_request_template.md`.

- [ ] Write the code.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
- name: Install Dependencies
run: npm install
- name: Execute Tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Under Construction

This project is still under construction. If all went well, you should be
able to learn about it in the [initial pull request](./pull/1).
able to learn about it in the [initial pull request](../../pull/1).
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "fluture-project",
"version": "0.0.0",
"description": "Hopefully something related to Fluture",
"tags": ["fluture"],
"tags": [
"fluture"
],
"type": "module",
"main": "index.cjs",
"module": "index.js",
Expand Down
5 changes: 2 additions & 3 deletions scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ branches="$(get min-branch-coverage)"
c8 --check-coverage \
--branches "$branches" \
--reporter lcov \
node --experimental-modules \
--no-warnings \
./node_modules/.bin/oletus
--reporter text \
oletus

0 comments on commit ef4bb13

Please sign in to comment.