Skip to content

Commit

Permalink
2.5.13 - Fix extra files
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Sep 1, 2024
1 parent 14e13dd commit 1513f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oldschooljs",
"version": "2.5.12",
"version": "2.5.13",
"description": "Allows you to interact with the OSRS Hiscores, Wiki, Items, & more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"url": "git+https://github.com/oldschoolgg/oldschooljs.git"
},
"scripts": {
"test": "tsc -p src && concurrently \"yarn test:lint\" \"yarn test:unit\" \"tsc -p test\"",
"test": "tsc --noEmit -p src && concurrently \"yarn test:lint\" \"yarn test:unit\" \"tsc --noEmit -p test\"",
"test:unit": "vitest run --coverage",
"build": "tsc -p src && tsx scripts/minifyDist.ts",
"prepare": "tsx scripts/prepare",
Expand Down

0 comments on commit 1513f59

Please sign in to comment.