From a0d4b5227f36dcbc7c93604d29be587609e45e8d Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Sat, 2 Oct 2021 14:20:50 -0400 Subject: [PATCH] chore: release v1.0.0 --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0a3483a..936ac3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chinese-copywriting-guidelines", - "version": "0.1.0", + "version": "1.0.0", "description": "Chinese Copywriting Guidelines", "author": "Tunghsiao Liu", "homepage": "http://github.com/sparanoid/chinese-copywriting-guidelines", @@ -23,8 +23,7 @@ "guideline" ], "readmeFilename": "README.md", - "devDependencies": { - }, + "devDependencies": {}, "release-it": { "git": { "commitArgs": "-S", @@ -41,9 +40,9 @@ }, "contributors": [ { - "name" : "You", - "email" : "you@example.com", - "url" : "https://github.com/sparanoid/chinese-copywriting-guidelines/graphs/contributors" + "name": "You", + "email": "you@example.com", + "url": "https://github.com/sparanoid/chinese-copywriting-guidelines/graphs/contributors" } ] }