We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f505d42 commit cd5cdebCopy full SHA for cd5cdeb
package.json
@@ -2,8 +2,8 @@
2
"name": "@vyper-protocol/rust-decimal-wrapper",
3
"version": "0.1.2",
4
"description": "A typescript node module to deserialize rust Decimal values",
5
- "main": "index.js",
6
- "typings": "index.d.ts",
+ "main": "dist/index.js",
+ "typings": "dist/index.d.ts",
7
"scripts": {
8
"build": "tsc",
9
"lint": "eslint -c .eslintrc.js src/**/*.ts",
0 commit comments