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

Commit

Permalink
Fix npm workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
msolefonte committed Oct 24, 2020
1 parent e880b2d commit 0bc6acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Node version](https://img.shields.io/node/v/celes.svg)](http://nodejs.org/download/)
[![npm version](https://badge.fury.io/js/%40achievement-watcher%2Fceles.svg)](https://badge.fury.io/js/%40achievement-watcher%2Fceles)
[![NodeJS CI Actions Status](https://img.shields.io/github/workflow/status/achievement-watcher/celes/nodejs-ci)](https://github.com/achievement-watcher/celes/actions)
[![Codecov](https://codecov.io/gh/achievement-watcher/celes/branch/master/graph/badge.svg)](https://codecov.io/gh/achievement-watcher/celes)
[![Maintainability](https://api.codeclimate.com/v1/badges/8e48291929dd5190e908/maintainability)](https://codeclimate.com/github/achievement-watcher/celes/maintainability)
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": "@achievement-watcher/celes",
"version": "1.0.1",
"version": "1.0.2",
"description": "File and registry scraper that obtains and stores game achievements, whatever the origin",
"main": "dist/index.js",
"types": "dist/index.d.js",
Expand Down

0 comments on commit 0bc6acb

Please sign in to comment.