Skip to content

Commit cd5cdeb

Browse files
author
dutch
committed
fixed paths
1 parent f505d42 commit cd5cdeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@vyper-protocol/rust-decimal-wrapper",
33
"version": "0.1.2",
44
"description": "A typescript node module to deserialize rust Decimal values",
5-
"main": "index.js",
6-
"typings": "index.d.ts",
5+
"main": "dist/index.js",
6+
"typings": "dist/index.d.ts",
77
"scripts": {
88
"build": "tsc",
99
"lint": "eslint -c .eslintrc.js src/**/*.ts",

0 commit comments

Comments
 (0)