Skip to content

Commit 7557df3

Browse files
committed
Remove progress badge.
1 parent d5ab910 commit 7557df3

File tree

5 files changed

+3
-65
lines changed

5 files changed

+3
-65
lines changed

Diff for: .github/workflows/main.yml

-18
This file was deleted.

Diff for: .shieldsio.json

-7
This file was deleted.

Diff for: README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# leetcode-js
22

3-
![https://img.shields.io/badge/endpoint.svg?url=https://raw.githubusercontent.com/ovidiubute/leetcode-js/master/.shieldsio.json](https://img.shields.io/badge/endpoint.svg?url=https://raw.githubusercontent.com/ovidiubute/leetcode-js/master/.shieldsio.json)
4-
5-
This repo contains my personal accepted submissions to [leetcode.com](https://leetcode.com) problems using the JavaScript language.
3+
This repo contains my personal accepted submissions to [leetcode.com](https://leetcode.com) problems using the JavaScript programming language.

Diff for: package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "leetcode-js",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Accepted solutions to leetcode.com algorithm problems.",
5-
"main": "index.js",
65
"repository": "[email protected]:ovidiubute/leetcode-js.git",
76
"author": "Ovidiu Bute <[email protected]>",
8-
"license": "UNLICENSED",
7+
"license": "PUBLIC DOMAIN",
98
"private": true,
109
"devDependencies": {
1110
"prettier": "2.8.1"

Diff for: update-badge.js

-34
This file was deleted.

0 commit comments

Comments
 (0)