Skip to content

Commit

Permalink
Merge pull request #7 from rubixFunctions/update-temp
Browse files Browse the repository at this point in the history
update temp to match js sdk
  • Loading branch information
ciaranRoche authored Jan 24, 2019
2 parents 6ca3267 + 0be0801 commit 8dd354d
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/dist/src/r3x')
jSTemplate := `const r3x = require('@rubixfunctions/r3x-js-sdk')
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.7"
"@rubixfunctions/r3x-js-sdk": "0.0.9"
}
}
`
Expand Down

0 comments on commit 8dd354d

Please sign in to comment.