Bump testnetDefaultChannel

This commit is contained in:
Michael Vines 2020-08-03 18:00:08 -07:00
parent 4ca71a378e
commit 902a9fb081
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/solana-labs/solana-program-library"
},
"testnetDefaultChannel": "v1.2.12",
"testnetDefaultChannel": "v1.2.17",
"scripts": {
"start": "babel-node --ignore node_modules cli/main.js",
"lint": "npm run pretty && eslint .",

View File

@ -22,7 +22,7 @@
"/lib",
"/module.flow.js"
],
"testnetDefaultChannel": "v1.2.12",
"testnetDefaultChannel": "v1.2.17",
"scripts": {
"build": "rollup -c",
"start": "babel-node cli/main.js",