Skip to content

Commit

Permalink
node_modules mapping for u128
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Jun 28, 2019
1 parent f5ff6c1 commit 284e9b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulp-utils.js
Expand Up @@ -57,6 +57,7 @@ function getAsc() {
"assembly/near.ts" : "./node_modules/near-runtime-ts/near.ts",
"assembly/json/encoder.ts" : "./node_modules/assemblyscript-json/assembly/encoder.ts",
"assembly/json/decoder.ts" : "./node_modules/assemblyscript-json/assembly/decoder.ts",
"bignum/integer/u128.ts" : "./node_modules/bignum/assembly/integer/u128.ts",
};
if (path in mapping) {
path = mapping[path]
Expand Down

0 comments on commit 284e9b8

Please sign in to comment.