Update README. Update dependencies. Remove GitHub link.

This commit is contained in:
CismonX 2021-01-25 19:11:40 +08:00
parent debf00a0a2
commit 43c2e49984
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
3 changed files with 9 additions and 9 deletions

View File

@ -13,7 +13,7 @@ npm install --save-dev typescript
npm install --save-dev @esolangs/type-unlambda
```
Usage:
Example usage:
```typescript
import Unlambda from '@esolangs/type-unlambda';

8
package-lock.json generated
View File

@ -1,13 +1,13 @@
{
"name": "@esolangs/type-unlambda",
"version": "0.2.0",
"version": "0.2.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"typescript": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz",
"integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==",
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz",
"integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==",
"dev": true
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@esolangs/type-unlambda",
"version": "0.2.0",
"version": "0.2.1",
"description": "Unlambda interpreter implemented in TypeScript's type system",
"keywords": [
"Unlambda",
@ -8,7 +8,7 @@
"esoteric-language"
],
"repository": {
"url": "https://github.com/esolangs/type-unlambda",
"url": "https://git.cismon.net/esolangs/type-unlambda",
"type": "git"
},
"author": {
@ -18,7 +18,7 @@
},
"license": "MIT",
"devDependencies": {
"typescript": "^4.1.2"
"typescript": "^4.1.3"
},
"peerDependencies": {
"typescript": "^4.1.2"