Skip to content

Commit 3b2dbc2

Browse files
committed
perf(doc|INS-599): Corrected read me file | improved package json file
1 parent 1370f8b commit 3b2dbc2

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
frontify-sync
2-
===================
1+
# frontify-sync
2+
---------------
33

4-
This package provides automatic synchronisation between local patterns and assets folders to a Frontify project.
4+
This package provides automatic synchronization between local patterns and assets folders to a Frontify project.
55

66
![schema](frontify-sync-schema.png)
77

@@ -131,4 +131,4 @@ The following jobs will be ran:
131131
- Pushing commit and tag to the remote master branch
132132
- Publish the package to npm registry
133133

134-
> Publishing on npm registry requires a registered user. Please read [Publishing npm packages](https://docs.npmjs.com/getting-started/publishing-npm-packages) for more details.
134+
> Publishing on npm registry requires a registered user. Please read [Publishing npm packages](https://docs.npmjs.com/getting-started/publishing-npm-packages) for more details.

package.json

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"name": "frontify-sync",
33
"version": "0.1.0",
4+
"description": "Frontify-sync provides automatic synchronization between local patterns and assets folders to a Frontify project",
5+
"keywords": ["frontify", "patterns", "assets", "synchronization"],
6+
"url": "https://github.com/customermatrix/frontify-sync",
7+
"bugs": "https://github.com/customermatrix/frontify-sync/issues",
8+
"repository" : {
9+
"type" : "git",
10+
"url" : "https://github.com/customermatrix/frontify-sync.git"
11+
},
12+
"license" : "MIT",
13+
"preferGlobal": true,
414
"scripts": {
515
"test": "istanbul cover _mocha",
616
"test-ci": "mocha --watch",

0 commit comments

Comments
 (0)