Skip to content

Commit

Permalink
Fixed-decimal deploy prep
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrombo committed Dec 23, 2023
1 parent 519f6bb commit 2f951d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions packages/fixed-decimal/jest.config.ts

This file was deleted.

7 changes: 3 additions & 4 deletions packages/fixed-decimal/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"private": true,
"name": "@audius/fixed-decimal",
"version": "0.0.6",
"description": "A data structure to represent fixed precision decimals",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
},
"types": "./dist/types/index.d.ts",
"scripts": {
"start": "tsc --build --verbose --watch tsconfig.build.json",
"build": "tsc --build --verbose tsconfig.build.json",
Expand Down

0 comments on commit 2f951d7

Please sign in to comment.