Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Update gulp-utils to use near-assemblyscript
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Oct 1, 2019
1 parent 4e4efcc commit fc63548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function getAsc() {
return asc;
}

asc = require('assemblyscript/bin/asc');
asc = require('near-assemblyscript/bin/asc');

const fs = require('fs');
const pathModule = require('path');
Expand Down

0 comments on commit fc63548

Please sign in to comment.