Skip to content

Commit

Permalink
Merge pull request #6 from ciaranRoche/bump-version
Browse files Browse the repository at this point in the history
bump numbers to match latest JS SDK
  • Loading branch information
ciaranRoche authored Jan 24, 2019
2 parents 75b510f + 44fa0a0 commit 6ca3267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func initializeFunction(function *Function) {
fmt.Println("Function can not be bootstrapped in a non empty direcctory: " + function.AbsPath())
}

jSTemplate := `const r3x = require('@rubixfunctions/r3x-js-sdk/build/src/r3x')
jSTemplate := `const r3x = require('@rubixfunctions/r3x-js-sdk/dist/src/r3x')
let schema
r3x.execute(function(){
Expand Down Expand Up @@ -154,7 +154,7 @@ func createPackageJSON(function *Function) {
"serverless"
],
"dependencies": {
"@rubixfunctions/r3x-js-sdk": "0.0.2"
"@rubixfunctions/r3x-js-sdk": "0.0.7"
}
}
`
Expand Down

0 comments on commit 6ca3267

Please sign in to comment.