Skip to content

Commit

Permalink
Merge pull request #4 from stevent-team/fix/update-namespace
Browse files Browse the repository at this point in the history
Update namespace to @stevent-team
  • Loading branch information
GRA0007 authored May 17, 2022
2 parents ed7b705 + 88c8b6f commit f018f94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Simply point it at a static directory, define some routes in a script and you're
Add as a dependency

```bash
yarn add @stevent/epoxy
yarn add @stevent-team/epoxy
```

### Options
Expand Down Expand Up @@ -61,7 +61,7 @@ export default {
> Epoxy comes with a helper that allows you to easily create meta tags from an object.
>
> ```js
> import { createMeta } from '@stevent/epoxy/helpers'
> import { createMeta } from '@stevent-team/epoxy/helpers'
>
> const routeHandler = async ({ params }) => {
> // Create a string of meta tags from the object passed in
Expand Down
2 changes: 1 addition & 1 deletion helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A function that will help create meta tags based on an object
### Example

```js
import { createMeta } from '@stevent/epoxy/helpers'
import { createMeta } from '@stevent-team/epoxy/helpers'

const meta = {
'og:title': 'My Page',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stevent/epoxy",
"name": "@stevent-team/epoxy",
"version": "1.0.0",
"description": "Lightweight server-side per-route html injection",
"keywords": [
Expand Down

0 comments on commit f018f94

Please sign in to comment.