Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit 68b3506

Browse files
authored
Merge pull request #25 from typescript-tools/use-isc-license
2 parents 62c06bd + a47db17 commit 68b3506

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# TypeScript Tools 🦀
22

3-
[![License][]](https://opensource.org/licenses/ISC)
43
[![NPM Package][]](https://npmjs.org/package/@typescript-tools/rust-implementation)
54
[![Build Status]](https://github.com/typescript-tools/rust-implementation/actions/workflows/ci.yml)
65
[![semantic-release]](https://github.com/semantic-release/semantic-release)
76

8-
[license]: https://img.shields.io/badge/License-ISC-blue.svg
97
[npm package]: https://img.shields.io/npm/v/@typescript-tools/rust-implementation.svg
108
[build status]: https://github.com/typescript-tools/typescript-tools/actions/workflows/ci.yml/badge.svg
119
[semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@typescript-tools/rust-implementation",
33
"version": "0.0.0-semantically-released",
4+
"license": "ISC",
45
"publishConfig": {
56
"access": "public"
67
},

0 commit comments

Comments
 (0)