Skip to content

Commit

Permalink
chore: decrease bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava-Ini committed Mar 21, 2023
1 parent a811a17 commit 9a0c00d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"name": "ts-res",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript Result",
"repository": "https://github.com/Slava-Ini/ts-result",
"files": [
"build"
],
"homepage": "https://github.com/Slava-Ini/ts-result",
"main": "build/index.js",
"types": "build/index.d.ts",
"keywords": ["typescript", "result", "rust"],
"keywords": [
"typescript",
"result",
"rust"
],
"scripts": {
"clean": "rimraf build && rimraf tsconfig.tsbuildinfo",
"build": "npm run clean && tsc",
Expand Down

0 comments on commit 9a0c00d

Please sign in to comment.