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

View File

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