Skip to content

Commit

Permalink
Update instructions and types
Browse files Browse the repository at this point in the history
  • Loading branch information
phicoder committed Mar 31, 2022
1 parent fee1c04 commit 6334f77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The package has been configured successfully!
Make sure to first define the mapping inside the `contracts/ally.ts` file as follows.

```ts
import { FigmaDriver, FigmaDriverConfig } from 'ally-figma-driver/build/standalone'
import { FigmaDriver, FigmaDriverConfig } from 'adonis-ally-figma/build/standalone'

declare module '@ioc:Adonis/Addons/Ally' {
interface SocialProviders {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"FIGMA_CLIENT_ID": "",
"FIGMA_CLIENT_SECRET": ""
},
"types": "ally-figma-driver",
"types": "adonis-ally-figma",
"providers": [
"ally-figma-driver"
"adonis-ally-figma"
]
},
"types": "./build/providers/index.d.ts",
Expand Down

0 comments on commit 6334f77

Please sign in to comment.