Skip to content

Commit 30b2d68

Browse files
committed
Add token
1 parent fba6c41 commit 30b2d68

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ And it is touching your database 🤷🏻‍♂️.
88

99
## Usage:
1010

11-
1. Install the extension: `npm install directus-extension-schema-sync`.
11+
1. Install the extension: `npm install directus-extension-schema-merge`.
1212
2. Export your schema: `directus schema-merge snapshot --output schema.yml`:
1313
3. Import your schema `directus schema-merge apply schema.yml`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "directus-extension-schema-merge",
33
"description": "The directus schema command but it avoids git conflicts",
44
"icon": "extension",
5-
"version": "0.9.1",
5+
"version": "0.9.2",
66
"keywords": [
77
"directus",
88
"directus-extension",

0 commit comments

Comments
 (0)