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

Commit

Permalink
Merge pull request #152 from nearprotocol/asc-0.7
Browse files Browse the repository at this point in the history
Use near-assemblyscript 0.7.3
  • Loading branch information
vgrichina authored Oct 1, 2019
2 parents 99ad9cb + add4ac1 commit 922d4f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: node:10
image: node:12

stages:
- test
Expand Down
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"strip-ansi-cli": "^2.0.0"
},
"dependencies": {
"assemblyscript": "github:nearprotocol/assemblyscript",
"bs58": "^4.0.1",
"jest-environment-node": "^24.5.0",
"ncp": "^2.0.0",
"near-assemblyscript": "^0.7.3",
"near-runtime-ts": "^0.3.1",
"nearlib": "^0.13.3",
"nearlib": "^0.14.0",
"rimraf": "^2.6.3",
"yargs": "^13.2.1"
},
Expand Down

0 comments on commit 922d4f6

Please sign in to comment.